summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-06-11 20:31:38 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2010-06-11 20:31:38 +0000
commit5ec011cfe78a36244d9ec23aeeb789ae3dcc1bf1 (patch)
treea6ca430f3007c7b366ef3a41025c50cc9512e4f6
parentce4acf471d1c040d053d9f6110ada86ee4af4f82 (diff)
downloadlibtiff-git-5ec011cfe78a36244d9ec23aeeb789ae3dcc1bf1.tar.gz
* Update libtool to version 2.2.10.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig/ltmain.sh15
-rwxr-xr-xconfigure4
-rw-r--r--m4/ltversion.m410
4 files changed, 16 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index f83afe0d..40c64082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/config/ltmain.sh b/config/ltmain.sh
index be43f418..04eaea40 100755
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -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
diff --git a/configure b/configure
index f950bea5..d77a5833 100755
--- a/configure
+++ b/configure
@@ -4578,8 +4578,8 @@ esac
-macro_version='2.2.8'
-macro_revision='1.3169'
+macro_version='2.2.10'
+macro_revision='1.3175'
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
index 2e8f9292..93fc7712 100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -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)
])