paul | e0a2962 | 2004-08-19 04:34:29 +0000 | [diff] [blame] | 1 | # ltversion.m4 -- version numbers -*- Autoconf -*- |
2 | # @configure_input@ | ||||
3 | |||||
4 | # serial @MACRO_SERIAL@ | ||||
5 | # This file is part of GNU Libtool | ||||
6 | |||||
7 | m4_define([LT_PACKAGE_VERSION], [1.5.6]) | ||||
8 | m4_define([LT_PACKAGE_REVISION], [1.5.6]) | ||||
9 | |||||
10 | AC_DEFUN([LTVERSION_VERSION], | ||||
11 | [macro_version='1.5.6' | ||||
12 | macro_revision='6' | ||||
13 | _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) | ||||
14 | _LT_DECL(, macro_revision, 0) | ||||
15 | ]) |