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