summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-25 14:01:34 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-25 14:01:34 +0100
commit28c8bfbbda8900ebf3ced78c853d96563431df61 (patch)
tree5ce573210e808c6853708ba411b0fa08f304d574 /autogen.sh
parenta53eff72d6014f83c2c5eeab30ed0506606fe990 (diff)
downloadgst-libav-28c8bfbbda8900ebf3ced78c853d96563431df61.tar.gz
build: make autotools put .m4 files into m4/ instead of common/m4/
We don't want generated/copied files in common.
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 60e3c5b..cb3bacf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -97,7 +97,7 @@ fi
toplevel_check $srcfile
tool_run "$libtoolize" "--copy --force"
-tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
+tool_run "$aclocal" "-I m4 -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