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