xref: /freebsd-src/contrib/ntp/sntp/m4/ltversion.m4 (revision f0574f5cf69e168cc4ea71ebbe5fdec9ec9a3dfe)
12b15cb3dSCy Schubert# ltversion.m4 -- version numbers			-*- Autoconf -*-
22b15cb3dSCy Schubert#
3*f0574f5cSXin LI#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
42b15cb3dSCy Schubert#   Written by Scott James Remnant, 2004
52b15cb3dSCy Schubert#
62b15cb3dSCy Schubert# This file is free software; the Free Software Foundation gives
72b15cb3dSCy Schubert# unlimited permission to copy and/or distribute it, with or without
82b15cb3dSCy Schubert# modifications, as long as this notice is preserved.
92b15cb3dSCy Schubert
102b15cb3dSCy Schubert# @configure_input@
112b15cb3dSCy Schubert
12*f0574f5cSXin LI# serial 4179 ltversion.m4
132b15cb3dSCy Schubert# This file is part of GNU Libtool
142b15cb3dSCy Schubert
15*f0574f5cSXin LIm4_define([LT_PACKAGE_VERSION], [2.4.6])
16*f0574f5cSXin LIm4_define([LT_PACKAGE_REVISION], [2.4.6])
172b15cb3dSCy Schubert
182b15cb3dSCy SchubertAC_DEFUN([LTVERSION_VERSION],
19*f0574f5cSXin LI[macro_version='2.4.6'
20*f0574f5cSXin LImacro_revision='2.4.6'
212b15cb3dSCy Schubert_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
222b15cb3dSCy Schubert_LT_DECL(, macro_revision, 0)
232b15cb3dSCy Schubert])
24