add --copy
This commit is contained in:
parent
dd3decc319
commit
9e971aa6f1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ sh libtoolize --copy --force --automake
|
||||||
sh aclocal
|
sh aclocal
|
||||||
sh autoheader
|
sh autoheader
|
||||||
sh autoconf
|
sh autoconf
|
||||||
sh automake --foreign --include-deps --add-missing
|
sh automake --foreign --include-deps --add-missing --copy
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo You are now ready to run ./configure
|
echo You are now ready to run ./configure
|
||||||
|
|
Loading…
Reference in a new issue