autogen: add -I m4 to aclocal path

This fixes 2b5959882a which forgot to add
m4/ to the command line of aclocal but moved scripts there.
This commit is contained in:
Lennart Poettering 2011-03-10 03:56:23 +01:00
parent 9ad0881fff
commit eb6d268f58

View file

@ -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