1275970Scy# ltversion.m4 -- version numbers			-*- Autoconf -*-
2275970Scy#
3275970Scy#   Copyright (C) 2004 Free Software Foundation, Inc.
4275970Scy#   Written by Scott James Remnant, 2004
5275970Scy#
6275970Scy# This file is free software; the Free Software Foundation gives
7275970Scy# unlimited permission to copy and/or distribute it, with or without
8275970Scy# modifications, as long as this notice is preserved.
9275970Scy
10275970Scy# @configure_input@
11275970Scy
12285612Sdelphij# serial 3337 ltversion.m4
13275970Scy# This file is part of GNU Libtool
14275970Scy
15285612Sdelphijm4_define([LT_PACKAGE_VERSION], [2.4.2])
16285612Sdelphijm4_define([LT_PACKAGE_REVISION], [1.3337])
17275970Scy
18275970ScyAC_DEFUN([LTVERSION_VERSION],
19285612Sdelphij[macro_version='2.4.2'
20285612Sdelphijmacro_revision='1.3337'
21275970Scy_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22275970Scy_LT_DECL(, macro_revision, 0)
23275970Scy])
24