summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-05-27 14:57:20 -0400
committerColin Walters <walters@verbum.org>2008-05-27 14:57:20 -0400
commit361dc90eaa269325ddc5dae0003ca11e1d7b811e (patch)
treeef05d55e836c86372ffe300846709135cb9f7259 /autogen.sh
parenta8bf32ab8b0e30e0c74e07c58e9bc79a448683b2 (diff)
Bug 9867: Respect ACLOCAL_FLAGS (Kalle Vahlman)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index bbdb930..56183be 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -111,6 +111,7 @@ automake_progs="automake automake-1.9"
version_check automake AUTOMAKE "$automake_progs" 1.9 \
"http://ftp.gnu.org/pub/gnu/automake/automake-1.9.tar.gz" || DIE=1
ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
+ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
version_check gtkdoc GTKDOC 'gtkdoc-scan' 1.6 \
"http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" || DIE=1