annotate src/fftw-3.3.5/m4/ltversion.m4 @ 81:7029a4916348

Merge build update
author Chris Cannam
date Thu, 31 Oct 2019 13:36:58 +0000
parents 2cd0e3b3e1fd
children
rev   line source
Chris@42 1 # ltversion.m4 -- version numbers -*- Autoconf -*-
Chris@42 2 #
Chris@42 3 # Copyright (C) 2004 Free Software Foundation, Inc.
Chris@42 4 # Written by Scott James Remnant, 2004
Chris@42 5 #
Chris@42 6 # This file is free software; the Free Software Foundation gives
Chris@42 7 # unlimited permission to copy and/or distribute it, with or without
Chris@42 8 # modifications, as long as this notice is preserved.
Chris@42 9
Chris@42 10 # @configure_input@
Chris@42 11
Chris@42 12 # serial 3337 ltversion.m4
Chris@42 13 # This file is part of GNU Libtool
Chris@42 14
Chris@42 15 m4_define([LT_PACKAGE_VERSION], [2.4.2])
Chris@42 16 m4_define([LT_PACKAGE_REVISION], [1.3337])
Chris@42 17
Chris@42 18 AC_DEFUN([LTVERSION_VERSION],
Chris@42 19 [macro_version='2.4.2'
Chris@42 20 macro_revision='1.3337'
Chris@42 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Chris@42 22 _LT_DECL(, macro_revision, 0)
Chris@42 23 ])