blob: 26089cd729bb4c2940e4e917f333e4fbaa55f36e [file] [log] [blame]
Nick Kralevichf73ff172014-09-27 12:41:49 -07001# ltversion.m4 -- version numbers -*- Autoconf -*-
2#
Elliott Hughes4e19c8e2022-04-15 15:11:02 -07003# Copyright (C) 2004, 2011-2019, 2021 Free Software Foundation, Inc.
Nick Kralevichf73ff172014-09-27 12:41:49 -07004# Written by Scott James Remnant, 2004
5#
6# This file is free software; the Free Software Foundation gives
7# unlimited permission to copy and/or distribute it, with or without
8# modifications, as long as this notice is preserved.
9
10# @configure_input@
11
Elliott Hughes4e19c8e2022-04-15 15:11:02 -070012# serial 4238 ltversion.m4
Nick Kralevichf73ff172014-09-27 12:41:49 -070013# This file is part of GNU Libtool
14
Elliott Hughes4e19c8e2022-04-15 15:11:02 -070015m4_define([LT_PACKAGE_VERSION], [2.4.6.59-b55b-dirty])
16m4_define([LT_PACKAGE_REVISION], [2.4.6.59])
Nick Kralevichf73ff172014-09-27 12:41:49 -070017
18AC_DEFUN([LTVERSION_VERSION],
Elliott Hughes4e19c8e2022-04-15 15:11:02 -070019[macro_version='2.4.6.59-b55b-dirty'
20macro_revision='2.4.6.59'
Nick Kralevichf73ff172014-09-27 12:41:49 -070021_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22_LT_DECL(, macro_revision, 0)
23])