summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Andre Lureau <marcandre.lureau@gmail.com>2009-05-10 11:17:26 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-06 14:29:48 +0200
commita2f663f245801fcf766b7ae8bcbe79a1f60f1923 (patch)
treec216c5f889d9e5c703dfbbf96cbb7df9ac51b973
parentf296c96d381c7adea76f5c03ba6e58e95b44db9e (diff)
Run libtoolize before aclocal
This unbreaks the build in some cases. Fixes bug #582021
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 705df95..4ba99be 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -67,8 +67,8 @@ fi
toplevel_check $srcfile
-tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
+tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "$autoheader"
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo