[Lunar-commits] CVS: moonbase/x11/XOrg CONFIGURE,1.4,1.5

Auke Kok sofar at lunar-linux.org
Fri May 14 14:12:46 GMT 2004


Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14774

Modified Files:
	CONFIGURE 
Log Message:
Fixing mishaps with people trying to bypass the configure stage on a clean install, the now *MUST* run the configuration. and so we just go into the config. Also some small cleanup regarding bad_flags.


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/CONFIGURE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CONFIGURE	13 May 2004 20:25:52 -0000	1.4
+++ CONFIGURE	14 May 2004 14:12:44 -0000	1.5
@@ -1,6 +1,6 @@
+
 optimize $GCCVER
-  CFLAGS=`echo $CFLAGS | sed s/-funroll-loops//`
-  CFLAGS=`echo $CFLAGS | sed s/-ffast-math//`
+bad_flags '-funroll-loops' '-ffast-math'
 
 build_checklist()  {
 
@@ -322,12 +322,11 @@
   done
 
 }
-echo $CFLAGS
 
-if    [  -f  $CONFIG_CACHE/host.def  ]
-then  message  "Reconfiguration is optional."
+if [ ! -f $CONFIG_CACHE/host.def ] ; then
+  configure_host_def
+elif query "Configure host.def?" n ; then
+  message "Reconfiguration is optional."
+  configure_host_def
 fi
 
-if    query  "Configure host.def?"  n
-then  configure_host_def
-fi



More information about the Lunar-commits mailing list