autogen: add -I m4 to aclocal path
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Mar 2011 02:56:23 +0000 (03:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Mar 2011 02:56:23 +0000 (03:56 +0100)
This fixes 2b5959882a403cddba754b37b58bdc49bff01f90 which forgot to add
m4/ to the command line of aclocal but moved scripts there.

autogen.sh

index 6270ee1..f722e94 100755 (executable)
@@ -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