From: srittau Date: Sat, 27 Oct 2001 13:17:38 +0000 (+0000) Subject: Fixed include dir option. X-Git-Tag: netatalk-1-5-rc1~85 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af46000620297547e9ef6bfc6dcdabe1a1c51a3;hp=32d61c7d32e94b99d42645a854ca82fcb0beb536;p=netatalk.git Fixed include dir option. --- 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