xref: /aosp_15_r20/external/libnfnetlink/m4/ltversion.m4 (revision a376eb3279f225b393114c4820c780cbda860a6c)
1*a376eb32SXin Li# ltversion.m4 -- version numbers			-*- Autoconf -*-
2*a376eb32SXin Li#
3*a376eb32SXin Li#   Copyright (C) 2004 Free Software Foundation, Inc.
4*a376eb32SXin Li#   Written by Scott James Remnant, 2004
5*a376eb32SXin Li#
6*a376eb32SXin Li# This file is free software; the Free Software Foundation gives
7*a376eb32SXin Li# unlimited permission to copy and/or distribute it, with or without
8*a376eb32SXin Li# modifications, as long as this notice is preserved.
9*a376eb32SXin Li
10*a376eb32SXin Li# @configure_input@
11*a376eb32SXin Li
12*a376eb32SXin Li# serial 3337 ltversion.m4
13*a376eb32SXin Li# This file is part of GNU Libtool
14*a376eb32SXin Li
15*a376eb32SXin Lim4_define([LT_PACKAGE_VERSION], [2.4.2])
16*a376eb32SXin Lim4_define([LT_PACKAGE_REVISION], [1.3337])
17*a376eb32SXin Li
18*a376eb32SXin LiAC_DEFUN([LTVERSION_VERSION],
19*a376eb32SXin Li[macro_version='2.4.2'
20*a376eb32SXin Limacro_revision='1.3337'
21*a376eb32SXin Li_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22*a376eb32SXin Li_LT_DECL(, macro_revision, 0)
23*a376eb32SXin Li])
24