--copy added to automake --add-missing to avoid symlinks in bootstrapped CVS snapshot tarballs

This commit is contained in:
Mikhail Gusarov 2007-01-03 09:56:31 +00:00
parent f527a88095
commit 5cd3efc297

View File

@ -4,4 +4,4 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing
${AUTOMAKE:-automake} --add-missing --copy