summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-17 04:26:45 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-17 04:26:47 +0200
commit1d683055112a737f0246e2504f6b68e6efadceb7 (patch)
treee7fb22f8614d3ab14d2826dc4904c0713f5ae2a5 /autogen.sh
parentbd64cf328044d52bf696f1e48609d13148f00967 (diff)
downloadfarstream-1d683055112a737f0246e2504f6b68e6efadceb7.tar.gz
autogen.sh: Include our m4 before the common one
This way we get the newer introspection.m4
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 2dbdbebe..21a25530 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,7 +58,7 @@ toplevel_check $srcfile
# aclocal
if test -f acinclude.m4; then rm acinclude.m4; fi
-tool_run "$aclocal" "-I common/m4 -I m4 $ACLOCAL_FLAGS"
+tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
tool_run "$autoheader"