1127664Sbms# ltversion.m4 -- version numbers			-*- Autoconf -*-
2127664Sbms#
3127664Sbms#   Copyright (C) 2004 Free Software Foundation, Inc.
4127664Sbms#   Written by Scott James Remnant, 2004
5127664Sbms#
6127664Sbms# This file is free software; the Free Software Foundation gives
7127664Sbms# unlimited permission to copy and/or distribute it, with or without
8127664Sbms# modifications, as long as this notice is preserved.
9127664Sbms
10127664Sbms# @configure_input@
11127664Sbms
12127664Sbms# serial 3337 ltversion.m4
13127664Sbms# This file is part of GNU Libtool
14127664Sbms
15127664Sbmsm4_define([LT_PACKAGE_VERSION], [2.4.2])
16127664Sbmsm4_define([LT_PACKAGE_REVISION], [1.3337])
17127664Sbms
18127664SbmsAC_DEFUN([LTVERSION_VERSION],
19127664Sbms[macro_version='2.4.2'
20127664Sbmsmacro_revision='1.3337'
21127664Sbms_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22127664Sbms_LT_DECL(, macro_revision, 0)
23127664Sbms])
24127664Sbms