]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Use three-argument AC_DEFINE and AC_DEFINE_UNQUOTED to fix a deprecation
[netatalk.git] / autogen.sh
index 6408da2cb1ae5714b6b7b86276e50504ae3465e2..5072645264a7cb00430265cde27f6e235fc9abbe 100755 (executable)
@@ -1,4 +1,11 @@
 #!/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 --copy --include-deps --add-missing --foreign && \
+       autoconf
 
+# just in case automake generated errors...
+autoconf