diff --git a/buildconf b/buildconf index 7b8292d56e9c278a884fe17a9fa38a941187e54f..207d6bbb5331bdd6e7844aef5f65364d44401938 100755 --- a/buildconf +++ b/buildconf @@ -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"