CVS: moonbase/libs/ncurses CONFIGURE,1.1.1.1,1.2 DEPENDS,1.2,1.3
sofar at lunar-linux.org
sofar at lunar-linux.org
Wed Jul 23 11:20:59 GMT 2003
Update of /var/cvs/lunar/moonbase/libs/ncurses
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5557
Modified Files:
CONFIGURE DEPENDS
Log Message:
gpm can be optional much better, since it allows you to automatically insert configure strings. This also makes the dependency system a bit more happy.
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/ncurses/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 23 Jul 2003 11:20:56 -0000 1.2
@@ -14,13 +14,6 @@
OPTS=$OPTS" --without-profile"
fi
- if query "Do you want to link ncurses against gpm libraries ?" n
- then
- OPTS=$OPTS" --with-gpm"
- else
- OPTS=$OPTS" --without-gpm"
- fi
-
echo OPTS=\"$OPTS\" >> $MODULE_CONFIG
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
fi
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/ncurses/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 17 Apr 2003 19:17:37 -0000 1.2
+++ DEPENDS 23 Jul 2003 11:20:56 -0000 1.3
@@ -1,5 +1,5 @@
depends gawk &&
depends sed &&
-grep -q "with-gpm" $MODULE_CONFIG && depends gpm
-true
+optional_depends "gpm" "--with-gpm" "--without-gpm" "To link against gpm"
+
More information about the Lunar-commits
mailing list