]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
*Don't* use --copy in autogen.sh. Symlinks are the way to go, since this
[netatalk.git] / autogen.sh
index 5072645264a7cb00430265cde27f6e235fc9abbe..99c3c775882b7145e1c06e04ef8e04da38a8d3c6 100755 (executable)
@@ -4,7 +4,7 @@
 libtoolize --copy --force && \
        aclocal -I macros $ACLOCAL_FLAGS && \
        autoheader && \
-       automake --copy --include-deps --add-missing --foreign && \
+       automake --include-deps --add-missing --foreign && \
        autoconf
 
 # just in case automake generated errors...