mirror of
https://github.com/curl/curl.git
synced 2026-05-19 09:56:21 +03:00
Dan Fandrich lowered the libtool requirement
This commit is contained in:
parent
9ead79c9d4
commit
3994d67eea
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue