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 autoheader
|
||||
sh autoconf
|
||||
sh automake --foreign --include-deps --add-missing
|
||||
sh automake --foreign --include-deps --add-missing --copy
|
||||
|
||||
echo
|
||||
echo You are now ready to run ./configure
|
||||
|
|
Loading…
Reference in a new issue