100ca1914Smrg# ltversion.m4 -- version numbers -*- Autoconf -*- 200ca1914Smrg# 300ca1914Smrg# Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, 400ca1914Smrg# Inc. 500ca1914Smrg# Written by Scott James Remnant, 2004 600ca1914Smrg# 700ca1914Smrg# This file is free software; the Free Software Foundation gives 800ca1914Smrg# unlimited permission to copy and/or distribute it, with or without 900ca1914Smrg# modifications, as long as this notice is preserved. 1000ca1914Smrg 1100ca1914Smrg# @configure_input@ 1200ca1914Smrg 1300ca1914Smrg# serial 4245 ltversion.m4 1400ca1914Smrg# This file is part of GNU Libtool 1500ca1914Smrg 1600ca1914Smrgm4_define([LT_PACKAGE_VERSION], [2.4.7]) 1700ca1914Smrgm4_define([LT_PACKAGE_REVISION], [2.4.7]) 1800ca1914Smrg 1900ca1914SmrgAC_DEFUN([LTVERSION_VERSION], 2000ca1914Smrg[macro_version='2.4.7' 2100ca1914Smrgmacro_revision='2.4.7' 2200ca1914Smrg_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 2300ca1914Smrg_LT_DECL(, macro_revision, 0) 2400ca1914Smrg]) 25