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