]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Fix uniconv -d option
[netatalk.git] / autogen.sh
index 6408da2cb1ae5714b6b7b86276e50504ae3465e2..3dafa34a5beea30f2969f2d071ad23936aa1ed15 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/sh
 
-libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+# build it all.
+libtoolize --copy --force && \
+       aclocal -I macros $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing --foreign && \
+       autoconf
 
+# just in case automake generated errors...
+autoconf
+
+./configure --enable-maintainer-mode "$@"