]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
more portable Makefiles (thanks to Christian Weisgerber <naddy@mips.inka.de> from...
[netatalk.git] / autogen.sh
index b4a21e937993af5a96870c88cb4a091d16777cad..6caf65266757b57ab54fa58840899f89b9c6d715 100755 (executable)
@@ -7,7 +7,11 @@ rm -Rvf INSTALL
 touch README
 
 # build it all.
-libtoolize --force --copy && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+libtoolize --force --copy && \
+       aclocal $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing && \
+       autoconf
 
 # just in case automake generated errors...
 autoconf