From: Lennart Poettering Date: Thu, 10 Mar 2011 02:56:23 +0000 (+0100) Subject: autogen: add -I m4 to aclocal path X-Git-Tag: dbus-1.4.8~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6d268f581801d829f762daae399726e32a7b62;p=thirdparty%2Fdbus.git 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. --- diff --git a/autogen.sh b/autogen.sh index 6270ee141..f722e94da 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