summaryrefslogtreecommitdiff
path: root/m4/ltversion.m4
blob: 1524e6db4ab95ce2ac45f7a50c2f66da478e8a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ltversion.m4 -- version numbers			-*- Autoconf -*-
# @configure_input@

# serial @MACRO_SERIAL@
# This file is part of GNU Libtool

m4_define([LT_PACKAGE_VERSION], [1.5.6])
m4_define([LT_PACKAGE_REVISION], [1.5.6])

AC_DEFUN([LTVERSION_VERSION],
[macro_version='1.5.6'
macro_revision='6'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])