summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-Andre Lureau <marcandre.lureau@gmail.com>2009-05-10 11:17:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-10 16:47:23 +0200
commit342b97cb3fb20a96cbcec710accf1141e1655d2f (patch)
treecf8267ffa1b20bca173d516004299fc32c29dc4d /autogen.sh
parent36bdeea0e7c1587f24b50ee82e55064fad17aa9c (diff)
Run libtoolize before aclocal
This unbreaks the build in some cases. Fixes bug #582021
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b34704f..2a2e364 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -86,8 +86,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