xref: /netbsd/external/mit/expat/dist/m4/ltversion.m4 (revision ff4b4e8a)
102c7020eSspz# ltversion.m4 -- version numbers			-*- Autoconf -*-
202c7020eSspz#
3*ff4b4e8aSspz#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
402c7020eSspz#   Written by Scott James Remnant, 2004
502c7020eSspz#
602c7020eSspz# This file is free software; the Free Software Foundation gives
702c7020eSspz# unlimited permission to copy and/or distribute it, with or without
802c7020eSspz# modifications, as long as this notice is preserved.
902c7020eSspz
1002c7020eSspz# @configure_input@
1102c7020eSspz
12*ff4b4e8aSspz# serial 4179 ltversion.m4
1302c7020eSspz# This file is part of GNU Libtool
1402c7020eSspz
15*ff4b4e8aSspzm4_define([LT_PACKAGE_VERSION], [2.4.6])
16*ff4b4e8aSspzm4_define([LT_PACKAGE_REVISION], [2.4.6])
1702c7020eSspz
1802c7020eSspzAC_DEFUN([LTVERSION_VERSION],
19*ff4b4e8aSspz[macro_version='2.4.6'
20*ff4b4e8aSspzmacro_revision='2.4.6'
2102c7020eSspz_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2202c7020eSspz_LT_DECL(, macro_revision, 0)
2302c7020eSspz])
24