annotate src/fftw-3.3.3/m4/ltversion.m4 @ 23:619f715526df
sv_v2.1
Update Vamp plugin SDK to 2.5
author |
Chris Cannam |
date |
Thu, 09 May 2013 10:52:46 +0100 |
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 ])
|