Accept libtool-1.5. (#111483)

Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>

        * autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
This commit is contained in:
Owen Taylor 2003-04-24 23:51:26 +00:00 committed by Owen Taylor
parent 7e3b6db32d
commit ca0df4044d
7 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -1,3 +1,7 @@
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Accept libtool-1.5. (#111483)
2003-04-09 Matthias Clasen <maclas@gmx.de> 2003-04-09 Matthias Clasen <maclas@gmx.de>
* INSTALL: * INSTALL:

View File

@ -16,7 +16,7 @@ have_libtool=false
if libtoolize --version < /dev/null > /dev/null 2>&1 ; then if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'` libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
case $libtool_version in case $libtool_version in
1.4*) 1.4*|1.5*)
have_libtool=true have_libtool=true
;; ;;
esac esac