annotate src/fftw-3.3.8/m4/ltversion.m4 @ 82:d0c2a83c1364

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