]> 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 ad20cbb2cdd58ffd57dd558cd26b1b963314e17d..5072645264a7cb00430265cde27f6e235fc9abbe 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 # build it all.
-libtoolize --copy && \
-       aclocal $ACLOCAL_FLAGS && \
+libtoolize --copy --force && \
+       aclocal -I macros $ACLOCAL_FLAGS && \
        autoheader && \
-       automake --include-deps --add-missing --foreign && \
+       automake --copy --include-deps --add-missing --foreign && \
        autoconf
 
 # just in case automake generated errors...