summaryrefslogtreecommitdiff
path: root/acinclude/ltversion.m4
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-09-20 21:13:10 -0700
committerSam Lantinga <slouken@libsdl.org>2012-09-20 21:13:10 -0700
commitccd692a9afd2cb4c4f880533c85130ac07b6df3e (patch)
tree3aad90051c94714f8deb3125ba83da37ac70285e /acinclude/ltversion.m4
parent8bbe7a0ab9ad37a9c82ac541d2798e841b371552 (diff)
downloadsdl-ccd692a9afd2cb4c4f880533c85130ac07b6df3e.tar.gz
Updated to the latest versions of autotools and config.guess/config.sub
autoconf-2.69 automake-1.12 libtool-2.4.2
Diffstat (limited to 'acinclude/ltversion.m4')
-rw-r--r--acinclude/ltversion.m414
1 files changed, 6 insertions, 8 deletions
diff --git a/acinclude/ltversion.m4 b/acinclude/ltversion.m4
index 83a83f20a..07a8602d4 100644
--- a/acinclude/ltversion.m4
+++ b/acinclude/ltversion.m4
@@ -1,4 +1,3 @@
-##############################################################################
# ltversion.m4 -- version numbers -*- Autoconf -*-
#
# Copyright (C) 2004 Free Software Foundation, Inc.
@@ -8,18 +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 3012 ltversion.m4
+# serial 3337 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.4.2])
+m4_define([LT_PACKAGE_REVISION], [1.3337])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[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)
])
-