1243730Srwatson# ltversion.m4 -- version numbers			-*- Autoconf -*-
2243730Srwatson#
3243730Srwatson#   Copyright (C) 2004 Free Software Foundation, Inc.
4243730Srwatson#   Written by Scott James Remnant, 2004
5243730Srwatson#
6243730Srwatson# This file is free software; the Free Software Foundation gives
7243730Srwatson# unlimited permission to copy and/or distribute it, with or without
8243730Srwatson# modifications, as long as this notice is preserved.
9243730Srwatson
10243730Srwatson# @configure_input@
11243730Srwatson
12243730Srwatson# serial 3337 ltversion.m4
13243730Srwatson# This file is part of GNU Libtool
14243730Srwatson
15243730Srwatsonm4_define([LT_PACKAGE_VERSION], [2.4.2])
16243730Srwatsonm4_define([LT_PACKAGE_REVISION], [1.3337])
17243730Srwatson
18243730SrwatsonAC_DEFUN([LTVERSION_VERSION],
19243730Srwatson[macro_version='2.4.2'
20243730Srwatsonmacro_revision='1.3337'
21243730Srwatson_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22243730Srwatson_LT_DECL(, macro_revision, 0)
23243730Srwatson])
24