index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-10-22 17:22:08 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-25 10:37:21 -0500 |
commit | 0d9e7da309f27c099814232d0f1be1b2ae884b2a (patch) | |
tree | 1b81cda99b96594cab92c3005db0822b1bdb2c24 /m4/ltversion.m4 | |
parent | 5853025137e64411d7be745a55936ec3e8868212 (diff) |
-rw-r--r-- | m4/ltversion.m4 | 10 |
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) ]) |