summaryrefslogtreecommitdiffstats
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-11-28 12:17:06 +0900
committerDaiki Ueno <ueno@gnu.org>2014-11-28 12:28:58 +0900
commite7eea1cc049d1d96901b669c35c072bd2986ab9e (patch)
tree1f520994bffae649cd838478d8c12e025a9625fe /m4/ltversion.m4
parentc412fc08868f583b8ae0a09bdb2699164849aa4c (diff)
downloadexternal_gettext-e7eea1cc049d1d96901b669c35c072bd2986ab9e.zip
external_gettext-e7eea1cc049d1d96901b669c35c072bd2986ab9e.tar.gz
external_gettext-e7eea1cc049d1d96901b669c35c072bd2986ab9e.tar.bz2
build: Update libtool files to 2.4.3
* m4/libtool.m4: Update from libtool-2.4.3, with modifications. 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltoptions.m4: Likewise. * m4/ltsuger.m4: Likewise. * m4/ltversion.m4: Likewise. * m4/lt~obsolete.m4: Likewise. * build-aux/ltmain.sh: Likewise.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
index 07a8602..3535ff4 100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -1,6 +1,6 @@
# ltversion.m4 -- version numbers -*- Autoconf -*-
#
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
# Written by Scott James Remnant, 2004
#
# This file is free software; the Free Software Foundation gives
@@ -9,15 +9,15 @@
# @configure_input@
-# serial 3337 ltversion.m4
+# serial 4105 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.4.2])
-m4_define([LT_PACKAGE_REVISION], [1.3337])
+m4_define([LT_PACKAGE_VERSION], [2.4.2.458.26-92994])
+m4_define([LT_PACKAGE_REVISION], [2.4.3])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.2'
-macro_revision='1.3337'
+[macro_version='2.4.2.458.26-92994'
+macro_revision='2.4.3'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])