summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@src.gnome.org>2004-03-25 23:13:59 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-25 23:13:59 +0000
commitd4f271e9b415d7f2340d91c48957d2523fe22d00 (patch)
treee744a82b5d4326c806235264ec84980d19e2d9c9 /autogen.sh
parent830c7cda11edb60e7d130c589a6d2a03a84ddb46 (diff)
downloadgdm-d4f271e9b415d7f2340d91c48957d2523fe22d00.tar.gz
Warn if using too new vicious extensions. gdm2 now uses the 2-6 branch
of those. -George
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 512c8ca3..2ad62ff6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,14 @@ if test ! -d $srcdir/vicious-extensions; then
exit 1
fi
+if grep VICIOUS_CFLAGS $srcdir/vicious-extensions/Makefile.am > /dev/null; then
+ echo "**Error**: Use the gnome-2-6 branch of vicious-extensions "
+ echo "for now, you have to do: cvs -z3 update -rgnome-2-6"
+ echo "in the vicious-extensions subdirectory."
+ echo "This will be fixed up after 2.6 is released ..."
+ exit 1
+fi
+
(test -f $srcdir/configure.in \
&& test -d $srcdir/daemon \
&& test -f $srcdir/daemon/gdm.h) || {