summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 480e316..6181657 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-12 Shaun McCance <shaunm@gnome.org>
+ * autogen.sh:
+ - Fix bootstrapping issue, #416933 (Elijah Newren)
+
+2007-03-12 Shaun McCance <shaunm@gnome.org>
+
* configure.in:
* NEWS:
- Version 0.10.0
diff --git a/autogen.sh b/autogen.sh
index 2c7518a..196c7ff 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,6 +21,6 @@ which gnome-autogen.sh || {
}
# tools/ has gnome-doc-utils.m4 which is necessary to bootstrap g-d-u
-ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $abs_srcdir/tools"
+ACLOCAL_FLAGS="-I $abs_srcdir/tools $ACLOCAL_FLAGS"
REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh