]> granicus.if.org Git - curl/commitdiff
Dan Fandrich lowered the libtool requirement
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 May 2003 12:38:52 +0000 (12:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 May 2003 12:38:52 +0000 (12:38 +0000)
buildconf

index 490a1f450f99dbd02a8ce7504459df40ddef7e9e..a189cf5c734979cd10360e3af5d7cd26782d15d0 100755 (executable)
--- 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