* configure.in: Fixed definition of the SHELL configuration.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-23 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* configure.in: Fixed definition of the SHELL configuration.
|
||||||
|
|
||||||
2009-07-23 Nicolas François <nicolas.francois@centraliens.net>
|
2009-07-23 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
|
* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
|
||||||
|
@@ -491,7 +491,7 @@ if test "$enable_utmpx" = "yes"; then
|
|||||||
[Define if utmpx should be used])
|
[Define if utmpx should be used])
|
||||||
fi
|
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_VERSION(0.16)
|
||||||
AM_GNU_GETTEXT([external], [need-ngettext])
|
AM_GNU_GETTEXT([external], [need-ngettext])
|
||||||
|
Reference in New Issue
Block a user