[Lunar-commits] CVS: moonbase/kde3/qt3 CONFIGURE,1.1.1.1,1.2

Auke Kok sofar at lunar-linux.org
Mon Nov 8 13:28:50 UTC 2004


Update of /var/cvs/lunar/moonbase/kde3/qt3
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/kde3/qt3

Modified Files:
	CONFIGURE 
Log Message:
moving mquery stuff into CONFIGUREs

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/qt3/CONFIGURE,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CONFIGURE	21 Aug 2002 00:55:16 -0000	1.1.1.1
+++ CONFIGURE	8 Nov 2004 13:28:17 -0000	1.2
@@ -1,17 +1,2 @@
-if ! grep -q "SAMPIN"  $MODULE_CONFIG; then
-  
-  if    query  "Install QT3 examples and tutorials?" y
-  then  echo   "SAMPIN=y" >> $MODULE_CONFIG
-  else  echo   "SAMPIN=n" >> $MODULE_CONFIG
-  fi
-
-  if ! grep -q "SAMPCOMP"  $MODULE_CONFIG; then
-    
-    if    query  "Pre-compile QT3 examples and tutorials?" n
-    then  echo   "SAMPCOMP=y" >> $MODULE_CONFIG
-    else  echo   "SAMPCOMP=n" >> $MODULE_CONFIG
-    fi
-  
-  fi
-
-fi
\ No newline at end of file
+mquery SAMPIN "Install QT3 examples and tutorials?" y
+mquery SAMPCOMP "Pre-compile QT3 examples and tutorials?" n



More information about the Lunar-commits mailing list