summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-28 10:32:28 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-28 10:34:56 +0100
commit673fe4f48dc9f489a9b7e66de5dfde5a59f593b9 (patch)
tree4ef05976daadefeb4e13d3f1287022e99fe7aec6 /autogen.sh
parent1f88d742a6e68f7631e03fe3bf23e186eff18609 (diff)
build: put build files into m4/ instead of common/m4/
We don't want the common submodule directory contaminated with random build cruft.
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 4ba99be..22c4f7e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -68,7 +68,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