X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=99c3c775882b7145e1c06e04ef8e04da38a8d3c6;hb=3cc3cb8350df854937c8895ee0257e1550e448a8;hp=cec7ec6cba66532cd08d71e5a060e9789c7686a1;hpb=6b8324c74f997879b61482aa75c5b2e9dd146a8f;p=netatalk.git diff --git a/autogen.sh b/autogen.sh index cec7ec6c..99c3c775 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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