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