annotate src/fftw-3.3.8/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 bd3cc4d1df30
children
rev   line source
cannam@167 1 # ltversion.m4 -- version numbers -*- Autoconf -*-
cannam@167 2 #
cannam@167 3 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
cannam@167 4 # Written by Scott James Remnant, 2004
cannam@167 5 #
cannam@167 6 # This file is free software; the Free Software Foundation gives
cannam@167 7 # unlimited permission to copy and/or distribute it, with or without
cannam@167 8 # modifications, as long as this notice is preserved.
cannam@167 9
cannam@167 10 # @configure_input@
cannam@167 11
cannam@167 12 # serial 4179 ltversion.m4
cannam@167 13 # This file is part of GNU Libtool
cannam@167 14
cannam@167 15 m4_define([LT_PACKAGE_VERSION], [2.4.6])
cannam@167 16 m4_define([LT_PACKAGE_REVISION], [2.4.6])
cannam@167 17
cannam@167 18 AC_DEFUN([LTVERSION_VERSION],
cannam@167 19 [macro_version='2.4.6'
cannam@167 20 macro_revision='2.4.6'
cannam@167 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
cannam@167 22 _LT_DECL(, macro_revision, 0)
cannam@167 23 ])