summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-10 03:56:23 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-10 03:56:23 +0100
commiteb6d268f581801d829f762daae399726e32a7b62 (patch)
tree02368ef89bb15a5058b3582028ea15bf3783e900 /autogen.sh
parent9ad0881fff7e707ce9a14e9eee0dc25a4c16fd2e (diff)
downloaddbus-eb6d268f581801d829f762daae399726e32a7b62.tar.gz
autogen: add -I m4 to aclocal path
This fixes 2b5959882a403cddba754b37b58bdc49bff01f90 which forgot to add m4/ to the command line of aclocal but moved scripts there.
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 6270ee14..f722e94d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -75,7 +75,7 @@ fi
$LIBTOOLIZE --copy --force
-$ACLOCAL $ACLOCAL_FLAGS
+$ACLOCAL -I m4 $ACLOCAL_FLAGS
## optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader