blob: fa04b52a3bf868bd57e7ba796d64385a51e7ec5a [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001# ltversion.m4 -- version numbers -*- Autoconf -*-
2#
Cristy15f22012015-11-14 17:51:30 -05003# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
cristy3ed852e2009-09-05 21:47:34 +00004# Written by Scott James Remnant, 2004
5#
6# This file is free software; the Free Software Foundation gives
7# unlimited permission to copy and/or distribute it, with or without
8# modifications, as long as this notice is preserved.
9
cristyda16f162011-02-19 23:52:17 +000010# @configure_input@
cristy3ed852e2009-09-05 21:47:34 +000011
Cristy15f22012015-11-14 17:51:30 -050012# serial 4179 ltversion.m4
cristy3ed852e2009-09-05 21:47:34 +000013# This file is part of GNU Libtool
14
Cristy15f22012015-11-14 17:51:30 -050015m4_define([LT_PACKAGE_VERSION], [2.4.6])
16m4_define([LT_PACKAGE_REVISION], [2.4.6])
cristy3ed852e2009-09-05 21:47:34 +000017
18AC_DEFUN([LTVERSION_VERSION],
Cristy15f22012015-11-14 17:51:30 -050019[macro_version='2.4.6'
20macro_revision='2.4.6'
cristy3ed852e2009-09-05 21:47:34 +000021_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22_LT_DECL(, macro_revision, 0)
23])