Mercurial > hg > sv-dependency-builds
annotate src/fftw-3.3.5/m4/ltversion.m4 @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 7867fa7e1b6b |
children |
rev | line source |
---|---|
cannam@127 | 1 # ltversion.m4 -- version numbers -*- Autoconf -*- |
cannam@127 | 2 # |
cannam@127 | 3 # Copyright (C) 2004 Free Software Foundation, Inc. |
cannam@127 | 4 # Written by Scott James Remnant, 2004 |
cannam@127 | 5 # |
cannam@127 | 6 # This file is free software; the Free Software Foundation gives |
cannam@127 | 7 # unlimited permission to copy and/or distribute it, with or without |
cannam@127 | 8 # modifications, as long as this notice is preserved. |
cannam@127 | 9 |
cannam@127 | 10 # @configure_input@ |
cannam@127 | 11 |
cannam@127 | 12 # serial 3337 ltversion.m4 |
cannam@127 | 13 # This file is part of GNU Libtool |
cannam@127 | 14 |
cannam@127 | 15 m4_define([LT_PACKAGE_VERSION], [2.4.2]) |
cannam@127 | 16 m4_define([LT_PACKAGE_REVISION], [1.3337]) |
cannam@127 | 17 |
cannam@127 | 18 AC_DEFUN([LTVERSION_VERSION], |
cannam@127 | 19 [macro_version='2.4.2' |
cannam@127 | 20 macro_revision='1.3337' |
cannam@127 | 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) |
cannam@127 | 22 _LT_DECL(, macro_revision, 0) |
cannam@127 | 23 ]) |