[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-installer/tools/udpkg configure.in,1.5,1.6



Update of /cvs/debian-boot/debian-installer/tools/udpkg
In directory gluck:/tmp/cvs-serv11131

Modified Files:
	configure.in 
Log Message:
fix some comments

Index: configure.in
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/udpkg/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.in	26 Apr 2003 22:12:56 -0000	1.5
+++ configure.in	8 Dec 2003 22:04:36 -0000	1.6
@@ -31,13 +31,13 @@
   AC_DEFINE(DODEPENDS)
 fi
 
-dnl Do dependency checking?
+dnl Load templates?
 AC_ARG_WITH(loadtemplate,[  --without-loadtemplate  do not call debconf-loadtemplate])
 if test "$with_loadtemplate" != "no"; then
   AC_DEFINE(DOLOADTEMPLATE)
 fi
 
-dnl Do dependency checking?
+dnl Support localized status files?
 AC_ARG_WITH(l18n,[  --without-l18n          do not support localized status files])
 if test "$with_l18n" != "no"; then
   AC_DEFINE(SUPPORTL18N)



Reply to: