X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=3dafa34a5beea30f2969f2d071ad23936aa1ed15;hb=1c27a5443f1f8b0c942920439f716c645b8d6d8c;hp=5072645264a7cb00430265cde27f6e235fc9abbe;hpb=2a9cec13b85a550413ff6c6c6c8ee13fc8070bec;p=netatalk.git diff --git a/autogen.sh b/autogen.sh index 50726452..3dafa34a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,8 +4,10 @@ libtoolize --copy --force && \ aclocal -I macros $ACLOCAL_FLAGS && \ autoheader && \ - automake --copy --include-deps --add-missing --foreign && \ + automake --include-deps --add-missing --foreign && \ autoconf # just in case automake generated errors... autoconf + +./configure --enable-maintainer-mode "$@"