]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
* Add Apple II boot support for Appl IIe (with workstation card) and
[netatalk.git] / autogen.sh
index 05068bc2622326a91f0dd7b898cb79bbd14c55c0..5072645264a7cb00430265cde27f6e235fc9abbe 100755 (executable)
@@ -2,9 +2,9 @@
 
 # build it all.
 libtoolize --copy --force && \
-       aclocal $ACLOCAL_FLAGS && \
+       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...