[Lunar-commits] CVS: moonbase/zbeta/fluxbox-devel CONFIGURE, 1.1,
1.2
Auke Kok
sofar at lunar-linux.org
Mon Nov 8 13:28:23 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/fluxbox-devel
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/zbeta/fluxbox-devel
Modified Files:
CONFIGURE
Log Message:
moving mquery stuff into CONFIGUREs
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/fluxbox-devel/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE 25 Mar 2003 21:10:19 -0000 1.1
+++ CONFIGURE 8 Nov 2004 13:28:21 -0000 1.2
@@ -1,20 +1,3 @@
-if ! grep -q "GNOME" $MODULE_CONFIG; then
- if query "Enable Gnome (wm specs) support?" y
- then echo "GNOME=y" >> $MODULE_CONFIG
- else echo "GNOME=n" >> $MODULE_CONFIG
- fi
-fi
-
-if ! grep -q "KDE" $MODULE_CONFIG; then
- if query "Enable KDE (KDE dock, in Slit) support?" n
- then echo "KDE=y" >> $MODULE_CONFIG
- else echo "KDE=n" >> $MODULE_CONFIG
- fi
-fi
-
-if ! grep -q "XIN" $MODULE_CONFIG; then
- if query "Enable Xinerama support?" n
- then echo "XIN=y" >> $MODULE_CONFIG
- else echo "XIN=n" >> $MODULE_CONFIG
- fi
-fi
+mquery GNOME "Enable Gnome (wm specs) support?" y
+mquery KDE "Enable KDE (KDE dock, in Slit) support?" n
+mquery XIN "Enable Xinerama support?" n
More information about the Lunar-commits
mailing list