Index: buildconf
===================================================================
RCS file: /cvsroot/curl/curl/buildconf,v
retrieving revision 1.14
diff -u -r1.14 buildconf
--- buildconf	9 May 2003 08:17:41 -0000	1.14
+++ buildconf	9 May 2003 23:43:38 -0000
@@ -72,12 +72,12 @@
 
 
 #--------------------------------------------------------------------------
-# libtool 1.5 or newer
+# libtool 1.4.2 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=$LIBTOOL_WANTED_MAJOR.$LIBTOOL_WANTED_MINOR.$LIBTOOL_WANTED_PATCH
 
 libtool=`which glibtool 2>/dev/null`
 if test ! -x "$libtool"; then

