[Pkg-shadow-commits] r3041 - upstream/trunk

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Jul 23 21:02:04 UTC 2009


Author: nekral-guest
Date: 2009-07-23 21:02:03 +0000 (Thu, 23 Jul 2009)
New Revision: 3041

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/configure.in
Log:
	* configure.in: Fixed definition of the SHELL configuration.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-07-23 20:58:02 UTC (rev 3040)
+++ upstream/trunk/ChangeLog	2009-07-23 21:02:03 UTC (rev 3041)
@@ -1,5 +1,9 @@
 2009-07-23  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* configure.in: Fixed definition of the SHELL configuration.
+
+2009-07-23  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
 	101. GID 100 seems to be used statically.
 

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2009-07-23 20:58:02 UTC (rev 3040)
+++ upstream/trunk/configure.in	2009-07-23 21:02:03 UTC (rev 3041)
@@ -491,7 +491,7 @@
 	          [Define if utmpx should be used])
 fi
 
-AC_DEFINE_UNQUOTED(SHELL, [$SHELL], [The default shell.])
+AC_DEFINE_UNQUOTED(SHELL, ["$SHELL"], [The default shell.])
 
 AM_GNU_GETTEXT_VERSION(0.16)
 AM_GNU_GETTEXT([external], [need-ngettext])




More information about the Pkg-shadow-commits mailing list