From ad75360ec7dcb86be06e439aabdb7b4db6d51141 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 11 Feb 2004 13:08:38 +0000
Subject: [PATCH] use libtoolize --force to overwrite existing (older) files

---
 buildconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildconf b/buildconf
index 7b8292d56..207d6bbb5 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"
-- 
2.40.0