summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 474192f..6065eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_SUBST(PACKAGE_VERSION_MICRO)
AC_SUBST(PACKAGE_VERSION_NANO)
dnl Add parameters for aclocal
-AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4")
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
AC_SUBST(PYGTK_REQ, 2.6.3)