xref: /freebsd/contrib/openpam/m4/ltversion.m4 (revision f3b0ac3409e4c3c6ec2a74432ee5b410f087b93d)
1*f3b0ac34SDag-Erling Smørgrav# ltversion.m4 -- version numbers			-*- Autoconf -*-
2*f3b0ac34SDag-Erling Smørgrav#
3*f3b0ac34SDag-Erling Smørgrav#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
4*f3b0ac34SDag-Erling Smørgrav#   Written by Scott James Remnant, 2004
5*f3b0ac34SDag-Erling Smørgrav#
6*f3b0ac34SDag-Erling Smørgrav# This file is free software; the Free Software Foundation gives
7*f3b0ac34SDag-Erling Smørgrav# unlimited permission to copy and/or distribute it, with or without
8*f3b0ac34SDag-Erling Smørgrav# modifications, as long as this notice is preserved.
9*f3b0ac34SDag-Erling Smørgrav
10*f3b0ac34SDag-Erling Smørgrav# @configure_input@
11*f3b0ac34SDag-Erling Smørgrav
12*f3b0ac34SDag-Erling Smørgrav# serial 4179 ltversion.m4
13*f3b0ac34SDag-Erling Smørgrav# This file is part of GNU Libtool
14*f3b0ac34SDag-Erling Smørgrav
15*f3b0ac34SDag-Erling Smørgravm4_define([LT_PACKAGE_VERSION], [2.4.6])
16*f3b0ac34SDag-Erling Smørgravm4_define([LT_PACKAGE_REVISION], [2.4.6])
17*f3b0ac34SDag-Erling Smørgrav
18*f3b0ac34SDag-Erling SmørgravAC_DEFUN([LTVERSION_VERSION],
19*f3b0ac34SDag-Erling Smørgrav[macro_version='2.4.6'
20*f3b0ac34SDag-Erling Smørgravmacro_revision='2.4.6'
21*f3b0ac34SDag-Erling Smørgrav_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22*f3b0ac34SDag-Erling Smørgrav_LT_DECL(, macro_revision, 0)
23*f3b0ac34SDag-Erling Smørgrav])
24