]> arthur.barton.de Git - netatalk.git/commitdiff
*Don't* use --copy in autogen.sh. Symlinks are the way to go, since this
authorsrittau <srittau>
Sat, 8 Feb 2003 11:49:42 +0000 (11:49 +0000)
committersrittau <srittau>
Sat, 8 Feb 2003 11:49:42 +0000 (11:49 +0000)
assures that ensures that always the latest version of these files are used.
(Also all other projects I know do it that way, too.)

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...