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