aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-12 12:38:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-12 12:38:52 +0000
commit3994d67eea975507e1ba0f180680d9e237ddacf0 (patch)
tree85b4a1b619780e490a88cfe55006e2d5df7ec97f /buildconf
parent9ead79c9d42018394b7c34b1da16a4423daab556 (diff)
downloadgnurl-3994d67eea975507e1ba0f180680d9e237ddacf0.tar.gz
gnurl-3994d67eea975507e1ba0f180680d9e237ddacf0.tar.bz2
gnurl-3994d67eea975507e1ba0f180680d9e237ddacf0.zip
Dan Fandrich lowered the libtool requirement
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index 490a1f450..a189cf5c7 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