1c43e99fdSEd Maste# ltversion.m4 -- version numbers -*- Autoconf -*- 2c43e99fdSEd Maste# 3*b50261e2SCy Schubert# Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc. 4c43e99fdSEd Maste# Written by Scott James Remnant, 2004 5c43e99fdSEd Maste# 6c43e99fdSEd Maste# This file is free software; the Free Software Foundation gives 7c43e99fdSEd Maste# unlimited permission to copy and/or distribute it, with or without 8c43e99fdSEd Maste# modifications, as long as this notice is preserved. 9c43e99fdSEd Maste 10c43e99fdSEd Maste# @configure_input@ 11c43e99fdSEd Maste 12*b50261e2SCy Schubert# serial 4221 ltversion.m4 13c43e99fdSEd Maste# This file is part of GNU Libtool 14c43e99fdSEd Maste 15*b50261e2SCy Schubertm4_define([LT_PACKAGE_VERSION], [2.4.6.42-b88ce-dirty]) 16*b50261e2SCy Schubertm4_define([LT_PACKAGE_REVISION], [2.4.6.42]) 17c43e99fdSEd Maste 18c43e99fdSEd MasteAC_DEFUN([LTVERSION_VERSION], 19*b50261e2SCy Schubert[macro_version='2.4.6.42-b88ce-dirty' 20*b50261e2SCy Schubertmacro_revision='2.4.6.42' 21c43e99fdSEd Maste_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22c43e99fdSEd Maste_LT_DECL(, macro_revision, 0) 23c43e99fdSEd Maste]) 24