mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:41:41 +03:00
use libtoolize --force to overwrite existing (older) files
This commit is contained in:
parent
7f29bf61e2
commit
ad75360ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ echo "buildconf: libtool version $lt_version (ok)"
|
|||
# run the correct scripts now
|
||||
|
||||
echo "buildconf: running libtoolize"
|
||||
${LIBTOOLIZE:-libtoolize} --copy --automake || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake' failed"
|
||||
${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake --force' failed"
|
||||
echo "buildconf: running aclocal"
|
||||
${ACLOCAL:-aclocal} || die "The command '${AUTOHEADER:-aclocal}' failed"
|
||||
echo "buildconf: running aclocal hack to convert all mv to mv -f"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue