summaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-11-05 19:35:53 +0100
committerWerner Koch <wk@gnupg.org>2012-11-05 19:35:53 +0100
commita5c4d45e8d12737cd21b095c81da5c18e2afc39e (patch)
tree5902f7bbb2e992a4511de164d01bb46be8dd4831 /m4/ltversion.m4
parent40976d7da5420453bf93a9c99f0cc4c7044d0774 (diff)
downloadlibgcrypt-a5c4d45e8d12737cd21b095c81da5c18e2afc39e.tar.gz
Update build helper scripts
* config.guess, config.sub: Update to version 2012-07-31. * ltmain.sh: Update to version 2.4.2. * install-sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltversion.m4 * m4/lt~obsolete.m4: Update to autoconf 2.69 versions.
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 f3c53098..07a8602d 100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -7,17 +7,17 @@
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
-# Generated from ltversion.in.
+# @configure_input@
-# serial 3017 ltversion.m4
+# serial 3337 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.2.6b])
-m4_define([LT_PACKAGE_REVISION], [1.3017])
+m4_define([LT_PACKAGE_VERSION], [2.4.2])
+m4_define([LT_PACKAGE_REVISION], [1.3337])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6b'
-macro_revision='1.3017'
+[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)
])