* Update libtool to version 2.2.10.

This commit is contained in:
Bob Friesenhahn 2010-06-11 20:31:38 +00:00
parent ce4acf471d
commit 5ec011cfe7
4 changed files with 16 additions and 17 deletions

View File

@ -1,3 +1,7 @@
2010-06-11 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* Update libtool to version 2.2.10.
2010-06-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tiffiop.h (TIFFSafeMultiply): Work properly if

View File

@ -1,6 +1,6 @@
# Generated from ltmain.m4sh.
# libtool (GNU libtool) 2.2.8
# libtool (GNU libtool) 2.2.10
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
@ -70,7 +70,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
# $progname: (GNU libtool) 2.2.8
# $progname: (GNU libtool) 2.2.10
# automake: $automake_version
# autoconf: $autoconf_version
#
@ -78,9 +78,9 @@
PROGRAM=libtool
PACKAGE=libtool
VERSION=2.2.8
VERSION=2.2.10
TIMESTAMP=""
package_revision=1.3169
package_revision=1.3175
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
@ -124,10 +124,6 @@ export LANGUAGE LC_ALL
$lt_unset CDPATH
# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
# is ksh but when the shell is invoked as "sh" and the current value of
# the _XPG environment variable is not equal to 1 (one), the special
@ -655,7 +651,6 @@ func_show_eval_locale ()
}
# func_version
# Echo version message to standard output and exit.
func_version ()
@ -664,7 +659,7 @@ func_version ()
:more
/\./!{
N
s/\n# //
s/\n# / /
b more
}
:go

4
configure vendored
View File

@ -4578,8 +4578,8 @@ esac
macro_version='2.2.8'
macro_revision='1.3169'
macro_version='2.2.10'
macro_revision='1.3175'

10
m4/ltversion.m4 vendored
View File

@ -9,15 +9,15 @@
# Generated from ltversion.in.
# serial 3169 ltversion.m4
# serial 3175 ltversion.m4
# This file is part of GNU Libtool
m4_define([LT_PACKAGE_VERSION], [2.2.8])
m4_define([LT_PACKAGE_REVISION], [1.3169])
m4_define([LT_PACKAGE_VERSION], [2.2.10])
m4_define([LT_PACKAGE_REVISION], [1.3175])
AC_DEFUN([LTVERSION_VERSION],
[macro_version='2.2.8'
macro_revision='1.3169'
[macro_version='2.2.10'
macro_revision='1.3175'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])