1*ed0d50c3Schristos# ltversion.m4 -- version numbers			-*- Autoconf -*-
2*ed0d50c3Schristos#
3*ed0d50c3Schristos#   Copyright (C) 2004 Free Software Foundation, Inc.
4*ed0d50c3Schristos#   Written by Scott James Remnant, 2004
5*ed0d50c3Schristos#
6*ed0d50c3Schristos# This file is free software; the Free Software Foundation gives
7*ed0d50c3Schristos# unlimited permission to copy and/or distribute it, with or without
8*ed0d50c3Schristos# modifications, as long as this notice is preserved.
9*ed0d50c3Schristos
10*ed0d50c3Schristos# Generated from ltversion.in.
11*ed0d50c3Schristos
12*ed0d50c3Schristos# serial 3134 ltversion.m4
13*ed0d50c3Schristos# This file is part of GNU Libtool
14*ed0d50c3Schristos
15*ed0d50c3Schristosm4_define([LT_PACKAGE_VERSION], [2.2.7a])
16*ed0d50c3Schristosm4_define([LT_PACKAGE_REVISION], [1.3134])
17*ed0d50c3Schristos
18*ed0d50c3SchristosAC_DEFUN([LTVERSION_VERSION],
19*ed0d50c3Schristos[macro_version='2.2.7a'
20*ed0d50c3Schristosmacro_revision='1.3134'
21*ed0d50c3Schristos_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22*ed0d50c3Schristos_LT_DECL(, macro_revision, 0)
23*ed0d50c3Schristos])
24