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