]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Add a check for uid 0.
[netatalk.git] / autogen.sh
index cec7ec6cba66532cd08d71e5a060e9789c7686a1..99c3c775882b7145e1c06e04ef8e04da38a8d3c6 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
 
-libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+# build it all.
+libtoolize --copy --force && \
+       aclocal -I macros $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing --foreign && \
+       autoconf
 
 # just in case automake generated errors...
 autoconf