From eb6d268f581801d829f762daae399726e32a7b62 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Mar 2011 03:56:23 +0100 Subject: 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1