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