1290001Sglebius# ltversion.m4 -- version numbers			-*- Autoconf -*-
2290001Sglebius#
3290001Sglebius#   Copyright (C) 2004 Free Software Foundation, Inc.
4290001Sglebius#   Written by Scott James Remnant, 2004
5290001Sglebius#
6290001Sglebius# This file is free software; the Free Software Foundation gives
7290001Sglebius# unlimited permission to copy and/or distribute it, with or without
8290001Sglebius# modifications, as long as this notice is preserved.
9290001Sglebius
10290001Sglebius# @configure_input@
11290001Sglebius
12290001Sglebius# serial 3337 ltversion.m4
13290001Sglebius# This file is part of GNU Libtool
14290001Sglebius
15290001Sglebiusm4_define([LT_PACKAGE_VERSION], [2.4.2])
16290001Sglebiusm4_define([LT_PACKAGE_REVISION], [1.3337])
17290001Sglebius
18290001SglebiusAC_DEFUN([LTVERSION_VERSION],
19290001Sglebius[macro_version='2.4.2'
20290001Sglebiusmacro_revision='1.3337'
21290001Sglebius_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22290001Sglebius_LT_DECL(, macro_revision, 0)
23290001Sglebius])
24