]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Fix a potential buffer overflow. Thanks to didier <dgautheron@magic.fr>.
[netatalk.git] / autogen.sh
index b4a21e937993af5a96870c88cb4a091d16777cad..99c3c775882b7145e1c06e04ef8e04da38a8d3c6 100755 (executable)
@@ -1,13 +1,11 @@
 #!/bin/sh
 
-# quick fix to remove old INSTALL/ directory
-rm -Rvf INSTALL
-
-# another fix to hack move of README
-touch README
-
 # build it all.
-libtoolize --force --copy && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+libtoolize --copy --force && \
+       aclocal -I macros $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing --foreign && \
+       autoconf
 
 # just in case automake generated errors...
 autoconf