]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Fix BDB_CFLAGS path twist
[netatalk.git] / autogen.sh
index 05068bc2622326a91f0dd7b898cb79bbd14c55c0..3dafa34a5beea30f2969f2d071ad23936aa1ed15 100755 (executable)
@@ -2,10 +2,12 @@
 
 # build it all.
 libtoolize --copy --force && \
-       aclocal $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 "$@"