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