Mercurial > hg > js-dsp-test
annotate fft/fftw/fftw-3.3.4/m4/ltversion.m4 @ 39:c1ec7564ccac
Upstream COPYING file
author | Chris Cannam |
---|---|
date | Wed, 11 May 2016 09:43:00 +0100 |
parents | 26056e866c29 |
children |
rev | line source |
---|---|
Chris@19 | 1 # ltversion.m4 -- version numbers -*- Autoconf -*- |
Chris@19 | 2 # |
Chris@19 | 3 # Copyright (C) 2004 Free Software Foundation, Inc. |
Chris@19 | 4 # Written by Scott James Remnant, 2004 |
Chris@19 | 5 # |
Chris@19 | 6 # This file is free software; the Free Software Foundation gives |
Chris@19 | 7 # unlimited permission to copy and/or distribute it, with or without |
Chris@19 | 8 # modifications, as long as this notice is preserved. |
Chris@19 | 9 |
Chris@19 | 10 # @configure_input@ |
Chris@19 | 11 |
Chris@19 | 12 # serial 3337 ltversion.m4 |
Chris@19 | 13 # This file is part of GNU Libtool |
Chris@19 | 14 |
Chris@19 | 15 m4_define([LT_PACKAGE_VERSION], [2.4.2]) |
Chris@19 | 16 m4_define([LT_PACKAGE_REVISION], [1.3337]) |
Chris@19 | 17 |
Chris@19 | 18 AC_DEFUN([LTVERSION_VERSION], |
Chris@19 | 19 [macro_version='2.4.2' |
Chris@19 | 20 macro_revision='1.3337' |
Chris@19 | 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) |
Chris@19 | 22 _LT_DECL(, macro_revision, 0) |
Chris@19 | 23 ]) |