Add --copy to automake to break configure phase dependency on automake.
This commit is contained in:
parent
115c12eeba
commit
ede91ec061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue