]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Added UAM_OPTION_KRB5SERVICE.
[netatalk.git] / autogen.sh
index ad20cbb2cdd58ffd57dd558cd26b1b963314e17d..99c3c775882b7145e1c06e04ef8e04da38a8d3c6 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 # build it all.
-libtoolize --copy && \
-       aclocal $ACLOCAL_FLAGS && \
+libtoolize --copy --force && \
+       aclocal -I macros $ACLOCAL_FLAGS && \
        autoheader && \
        automake --include-deps --add-missing --foreign && \
        autoconf