]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Fix default UAM for Debian (DHX2). Slightly update Developer DOC.
[netatalk.git] / autogen.sh
index 5072645264a7cb00430265cde27f6e235fc9abbe..3dafa34a5beea30f2969f2d071ad23936aa1ed15 100755 (executable)
@@ -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 "$@"