Add --copy to automake to break configure phase dependency on automake.

This commit is contained in:
Brian Behlendorf 2009-03-13 09:11:44 -07:00
parent 115c12eeba
commit ede91ec061
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
aclocal -I config &&
libtoolize --automake --copy
autoheader &&
automake --add-missing --include-deps
automake --add-missing --include-deps --copy 2>/dev/null
autoconf
rm -rf autom4te.cache aclocal.m4