X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=3dafa34a5beea30f2969f2d071ad23936aa1ed15;hb=f66928ede1b50bf2f399a41181735379709f3230;hp=bf02e0543710bbf7acff7f65e94786e4505fc355;hpb=32d61c7d32e94b99d42645a854ca82fcb0beb536;p=netatalk.git diff --git a/autogen.sh b/autogen.sh index bf02e054..3dafa34a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,10 +2,12 @@ # build it all. libtoolize --copy --force && \ - aclocal -Imacros $ACLOCAL_FLAGS && \ + aclocal -I macros $ACLOCAL_FLAGS && \ autoheader && \ automake --include-deps --add-missing --foreign && \ autoconf # just in case automake generated errors... autoconf + +./configure --enable-maintainer-mode "$@"