summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-10-22 09:22:08 +0200
committerDan McGee <dan@archlinux.org>2011-10-25 17:37:21 +0200
commit0d9e7da309f27c099814232d0f1be1b2ae884b2a (patch)
tree1b81cda99b96594cab92c3005db0822b1bdb2c24 /m4
parent5853025137e64411d7be745a55936ec3e8868212 (diff)
downloadpacman-0d9e7da309f27c099814232d0f1be1b2ae884b2a.tar.gz
pacman-0d9e7da309f27c099814232d0f1be1b2ae884b2a.tar.xz
Update libtool files
Update for libtool-2.4.2 while keeping the fix for --as-needed from commit b0f9477f. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/ltversion.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
index 9c7b5d41..07a8602d 100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -9,15 +9,15 @@
# @configure_input@
-# serial 3293 ltversion.m4
+# serial 3337 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.4])
-m4_define([LT_PACKAGE_REVISION], [1.3293])
+m4_define([LT_PACKAGE_VERSION], [2.4.2])
+m4_define([LT_PACKAGE_REVISION], [1.3337])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4'
-macro_revision='1.3293'
+[macro_version='2.4.2'
+macro_revision='1.3337'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])