summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-18 21:57:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-18 21:57:05 +0000
commit05489e640db3a223d77705f9e4a692b93475f21f (patch)
tree5a3bcde5f3edadded09fe34e6ed7220a0500eabc /autogen.sh
parentbd162b790ac7371bd3028f2f3bdce7ec2acb4c95 (diff)
same fix for plugins
Original commit message from CVS: same fix for plugins
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f8f681fc..48c68e08 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,6 +32,7 @@ version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1
autoconf_2.52d_check || DIE=1
+aclocal_check || DIE=1
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
# if no arguments specified then this will be printed
@@ -45,7 +46,7 @@ fi
toplevel_check $srcfile
-tool_run "aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
+tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
# FIXME : why does libtoolize keep complaining about aclocal ?