]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Segfault fixes by Olaf Hering <olh@suse.de>.
[netatalk.git] / autogen.sh
index 804c6f0449ba645ebf029d310fe33b10027021a2..a41b1356c80778aa3964a4eb88fd2a39bca15b54 100755 (executable)
@@ -1,10 +1,17 @@
 #!/bin/sh
 
 # quick fix to remove old INSTALL/ directory
-rm -Rvf INSTALL
+rm -fr 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 --force --copy && \
+       aclocal $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing && \
+       autoconf
 
 # just in case automake generated errors...
 autoconf