summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-06-20 18:14:39 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-06-20 18:14:39 +0000
commitc0308d41bff074b15df062a2d2fcb1cc8e12580f (patch)
treecda2355fcf5c1cd8fda342077c846caf1af3c1c8
parent6ac0dc9169ddf33f4afb3e0c5efd7243cbd0ed40 (diff)
downloadgdm-c0308d41bff074b15df062a2d2fcb1cc8e12580f.tar.gz
Updated REQUIRED_AUTOMAKE_VERSION from 1.4 to 1.5 since it no longer
2005-06-20 Brian Cameron <brian.cameron@sun.com> * autogen.sh: Updated REQUIRED_AUTOMAKE_VERSION from 1.4 to 1.5 since it no longer requires 1.4 and gnome-autogen.sh would complain if you had a newer version of automake. Fixes bug #307543.
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ded00d..95ddac7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-06-20 Brian Cameron <brian.cameron@sun.com>
+ * autogen.sh: Updated REQUIRED_AUTOMAKE_VERSION
+ from 1.4 to 1.5 since it no longer requires 1.4
+ and gnome-autogen.sh would complain if you had
+ a newer version of automake. Fixes bug
+ #307543.
+
* daemon/slave.c: On 04/25, a change was made
to move seteuid/setegid to before checking
the existance of the user's $HOME id to fix
diff --git a/autogen.sh b/autogen.sh
index 512c8ca3..3307de7c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,8 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
+REQUIRED_AUTOMAKE_VERSION=1.5
+
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
@@ -24,4 +26,5 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+#USE_GNOME2_MACROS=1 . gnome-autogen.sh
+. gnome-autogen.sh