diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-11 13:08:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-11 13:08:38 +0000 |
commit | ad75360ec7dcb86be06e439aabdb7b4db6d51141 (patch) | |
tree | 8f51b2291f076c19976d081afc40f753dddcba2d /buildconf | |
parent | 7f29bf61e2cac10e2c9411f41130855594631add (diff) | |
download | curl-ad75360ec7dcb86be06e439aabdb7b4db6d51141.tar.gz |
use libtoolize --force to overwrite existing (older) files
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 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" |