summaryrefslogtreecommitdiff
path: root/gdm-build.sh
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-01-07 01:08:23 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-01-07 01:08:23 +0000
commit4ba1864eee18987cdf16ce9e79d5e4fbd4983d90 (patch)
treed4c0bf32b10ab5d2cd0b5fe1f4de566332fa9834 /gdm-build.sh
parent6bb3326dfc1074aa9a2786e0fed3d1736eded12e (diff)
downloadgdm-4ba1864eee18987cdf16ce9e79d5e4fbd4983d90.tar.gz
remove the xml.in files and readd the .xml files. There are no
Tue Jan 06 17:06:42 2004 George Lebl <jirka@5z.com> * gui/greeter/themes/*/*: remove the xml.in files and readd the .xml files. There are no translations done anymore. * config/gdm.conf.in, daemon/gdm.[ch], daemon/misc.[ch], daemon/slave.c, daemon/verify-crypt.c, daemon/verify-pam.c, daemon/verify-shadow.c: Add support for displaying last login information if daemon/DisplayLastLogin is set (default to true). Fixes #128940 * daemon/verify-crypt.c, daemon/verify-shadow.c: The 'user already logged in' (double login warning) dialog thingie should only be shown AFTER all verification is done (as it does for PAM setups) * docs/C/gdm.xml: update for DisplayLastLogin * config/gdm.conf.in, daemon/gdm.h: the RetryDelay is annoying at 3 now that it works. Set it to 1.
Diffstat (limited to 'gdm-build.sh')
-rwxr-xr-xgdm-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdm-build.sh b/gdm-build.sh
index 5d4b3c70..62076a0d 100755
--- a/gdm-build.sh
+++ b/gdm-build.sh
@@ -22,7 +22,7 @@ if [ x$UPDATE = xyes ] ; then
fi
echo ./autogen.sh --prefix=/usr --sysconfdir=/etc/X11 --localstatedir=/var --enable-console-helper --with-pam-prefix=/etc "$@"
-if ! ./autogen.sh --prefix=/usr --sysconfdir=/etc/X11 --localstatedir=/var --enable-console-helper --with-pam-prefix=/etc "$@" ; then
+if ! ./autogen.sh --enable-compile-warnings=yes --prefix=/usr --sysconfdir=/etc/X11 --localstatedir=/var --enable-console-helper --with-pam-prefix=/etc "$@" ; then
echo
echo '*********' autogen.sh failed '*********'
echo