diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-03-13 14:18:50 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-03-13 14:18:50 +0100 |
commit | 973ad82fefd0817f75e383c44387e0439eb483f9 (patch) | |
tree | 650d5d7cf5abd9fefd396aa13b0026f37c2347d5 /libpit/m4/ltversion.m4 | |
parent | Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X. (diff) | |
download | Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar.gz Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar.bz2 Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar.lz Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar.xz Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.tar.zst Heimdall-973ad82fefd0817f75e383c44387e0439eb483f9.zip |
Diffstat (limited to 'libpit/m4/ltversion.m4')
-rw-r--r-- | libpit/m4/ltversion.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libpit/m4/ltversion.m4 b/libpit/m4/ltversion.m4 index f3c5309..07a8602 100644 --- a/libpit/m4/ltversion.m4 +++ b/libpit/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) ]) |