annotate src/fftw-3.3.3/m4/ltversion.m4 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 37bf6b4a2645
children
rev   line source
Chris@10 1 # ltversion.m4 -- version numbers -*- Autoconf -*-
Chris@10 2 #
Chris@10 3 # Copyright (C) 2004 Free Software Foundation, Inc.
Chris@10 4 # Written by Scott James Remnant, 2004
Chris@10 5 #
Chris@10 6 # This file is free software; the Free Software Foundation gives
Chris@10 7 # unlimited permission to copy and/or distribute it, with or without
Chris@10 8 # modifications, as long as this notice is preserved.
Chris@10 9
Chris@10 10 # @configure_input@
Chris@10 11
Chris@10 12 # serial 3337 ltversion.m4
Chris@10 13 # This file is part of GNU Libtool
Chris@10 14
Chris@10 15 m4_define([LT_PACKAGE_VERSION], [2.4.2])
Chris@10 16 m4_define([LT_PACKAGE_REVISION], [1.3337])
Chris@10 17
Chris@10 18 AC_DEFUN([LTVERSION_VERSION],
Chris@10 19 [macro_version='2.4.2'
Chris@10 20 macro_revision='1.3337'
Chris@10 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Chris@10 22 _LT_DECL(, macro_revision, 0)
Chris@10 23 ])