mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
use -c to automake to copy the new files
This commit is contained in:
parent
7722452b98
commit
8107b90678
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command
|
|||
fi
|
||||
|
||||
echo "buildconf: running automake"
|
||||
${AUTOMAKE:-automake} -a || die "The automake command failed"
|
||||
${AUTOMAKE:-automake} -a -c || die "The automake command failed"
|
||||
|
||||
echo "buildconf: OK"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue