Skip to content
Snippets Groups Projects
Commit 3994d67e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Dan Fandrich lowered the libtool requirement

parent 9ead79c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment