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