From 7af46000620297547e9ef6bfc6dcdabe1a1c51a3 Mon Sep 17 00:00:00 2001 From: srittau Date: Sat, 27 Oct 2001 13:17:38 +0000 Subject: [PATCH 1/1] Fixed include dir option. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index bf02e054..99c3c775 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # build it all. libtoolize --copy --force && \ - aclocal -Imacros $ACLOCAL_FLAGS && \ + aclocal -I macros $ACLOCAL_FLAGS && \ autoheader && \ automake --include-deps --add-missing --foreign && \ autoconf -- 2.39.2