diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-10 03:56:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-10 03:56:23 +0100 |
commit | eb6d268f581801d829f762daae399726e32a7b62 (patch) | |
tree | 02368ef89bb15a5058b3582028ea15bf3783e900 /autogen.sh | |
parent | 9ad0881fff7e707ce9a14e9eee0dc25a4c16fd2e (diff) | |
download | dbus-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |