From 3994d67eea975507e1ba0f180680d9e237ddacf0 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 12 May 2003 12:38:52 +0000
Subject: [PATCH] Dan Fandrich lowered the libtool requirement

---
 buildconf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildconf b/buildconf
index 490a1f450f..a189cf5c73 100755
--- a/buildconf
+++ b/buildconf
@@ -75,9 +75,9 @@ echo "buildconf: automake version $am_version (ok)"
 # libtool 1.5 or newer
 #
 LIBTOOL_WANTED_MAJOR=1
-LIBTOOL_WANTED_MINOR=5
-LIBTOOL_WANTED_PATCH=
-LIBTOOL_WANTED_VERSION=1.5
+LIBTOOL_WANTED_MINOR=4
+LIBTOOL_WANTED_PATCH=2
+LIBTOOL_WANTED_VERSION=1.4.2
 
 libtool=`which glibtool 2>/dev/null`
 if test ! -x "$libtool"; then
-- 
GitLab