summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-06-30 21:05:38 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-06-30 21:05:38 +0000
commitaabd4aa4b6b1aa6e6ccb50a71d15e09202b53859 (patch)
tree95cb030dbea8237ef00813e9291e1265e3efb45f
parent5e86d7513f27235e869ca9524a72fe132f779f31 (diff)
downloadgdm-aabd4aa4b6b1aa6e6ccb50a71d15e09202b53859.tar.gz
Add back USE_GNOME_MACROS2=1 It doesn't do anything if using GNOME 2.10 or
2005-06-30 Brian Cameron <brian.cameron@sun.com> * autgogen.sh: Add back USE_GNOME_MACROS2=1 It doesn't do anything if using GNOME 2.10 or later, but allows people using older gnome-autogen.sh to build.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aaf6626..0ca9da57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
except at the beginning of a block. Fixes
bug #309110, patch provied by Jens
Granseuer.
+ * autgogen.sh: Add back USE_GNOME_MACROS2=1
+ It doesn't do anything if using GNOME 2.10
+ or later, but allows people using older
+ gnome-autogen.sh to build.
2005-06-22 Brian Cameron <brian.cameron@sun.com>
diff --git a/autogen.sh b/autogen.sh
index 3307de7c..8e79b8cc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,6 +2,7 @@
# Run this to generate all the initial makefiles, etc.
REQUIRED_AUTOMAKE_VERSION=1.5
+USE_GNOME2_MACROS=1
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.