aboutsummaryrefslogtreecommitdiffstats
path: root/extension/m4/ltversion.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-25 18:52:06 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-25 18:52:06 +0200
commitd8e04682a95d856c0b7c97e5c965ea50bd9ac76b (patch)
treea1e2703647570cf3624f4e582da089aaf6ddff09 /extension/m4/ltversion.m4
parent00c2e96c7b391c7bc33373397006d7ba2e211113 (diff)
downloadegawk-d8e04682a95d856c0b7c97e5c965ea50bd9ac76b.tar.gz
egawk-d8e04682a95d856c0b7c97e5c965ea50bd9ac76b.tar.bz2
egawk-d8e04682a95d856c0b7c97e5c965ea50bd9ac76b.zip
Move to Libtool 2.4.5.
Diffstat (limited to 'extension/m4/ltversion.m4')
-rw-r--r--extension/m4/ltversion.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/extension/m4/ltversion.m4 b/extension/m4/ltversion.m4
index 3535ff40..a4c5ed43 100644
--- a/extension/m4/ltversion.m4
+++ b/extension/m4/ltversion.m4
@@ -1,6 +1,6 @@
# ltversion.m4 -- version numbers -*- Autoconf -*-
#
-# Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011-2015 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 4105 ltversion.m4
+# serial 4171 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.4.2.458.26-92994])
-m4_define([LT_PACKAGE_REVISION], [2.4.3])
+m4_define([LT_PACKAGE_VERSION], [2.4.5])
+m4_define([LT_PACKAGE_REVISION], [2.4.5])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.2.458.26-92994'
-macro_revision='2.4.3'
+[macro_version='2.4.5'
+macro_revision='2.4.5'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])