1255801Sdes# ltversion.m4 -- version numbers			-*- Autoconf -*-
2255801Sdes#
3255801Sdes#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
4255801Sdes#   Written by Scott James Remnant, 2004
5255801Sdes#
6255801Sdes# This file is free software; the Free Software Foundation gives
7255801Sdes# unlimited permission to copy and/or distribute it, with or without
8255801Sdes# modifications, as long as this notice is preserved.
9255801Sdes
10255801Sdes# @configure_input@
11255801Sdes
12255801Sdes# serial 4179 ltversion.m4
13255801Sdes# This file is part of GNU Libtool
14255801Sdes
15255801Sdesm4_define([LT_PACKAGE_VERSION], [2.4.6])
16255801Sdesm4_define([LT_PACKAGE_REVISION], [2.4.6])
17255801Sdes
18255801SdesAC_DEFUN([LTVERSION_VERSION],
19255801Sdes[macro_version='2.4.6'
20255801Sdesmacro_revision='2.4.6'
21255801Sdes_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22255801Sdes_LT_DECL(, macro_revision, 0)
23255801Sdes])
24255801Sdes