ltversion.m4 revision 316069
1288149Semaste# ltversion.m4 -- version numbers			-*- Autoconf -*-
2288149Semaste#
3353358Sdim#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
4353358Sdim#   Written by Scott James Remnant, 2004
5353358Sdim#
6288149Semaste# This file is free software; the Free Software Foundation gives
7288149Semaste# unlimited permission to copy and/or distribute it, with or without
8288149Semaste# modifications, as long as this notice is preserved.
9288149Semaste
10288149Semaste# @configure_input@
11288149Semaste
12288149Semaste# serial 4179 ltversion.m4
13288149Semaste# This file is part of GNU Libtool
14345018Sdim
15288149Semastem4_define([LT_PACKAGE_VERSION], [2.4.6])
16288149Semastem4_define([LT_PACKAGE_REVISION], [2.4.6])
17345018Sdim
18345018SdimAC_DEFUN([LTVERSION_VERSION],
19345018Sdim[macro_version='2.4.6'
20345018Sdimmacro_revision='2.4.6'
21345018Sdim_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22345018Sdim_LT_DECL(, macro_revision, 0)
23345018Sdim])
24345018Sdim