]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
osx adouble format . files are invalid if usedots is not set
[netatalk.git] / autogen.sh
index bf02e0543710bbf7acff7f65e94786e4505fc355..3dafa34a5beea30f2969f2d071ad23936aa1ed15 100755 (executable)
@@ -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 "$@"