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