annotate src/opus-1.3/m4/ltversion.m4 @ 79:91c729825bca pa_catalina

Update build for AUDIO_COMPONENT_FIX
author Chris Cannam
date Wed, 30 Oct 2019 12:40:34 +0000
parents 7aeed7906520
children
rev   line source
Chris@69 1 # ltversion.m4 -- version numbers -*- Autoconf -*-
Chris@69 2 #
Chris@69 3 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
Chris@69 4 # Written by Scott James Remnant, 2004
Chris@69 5 #
Chris@69 6 # This file is free software; the Free Software Foundation gives
Chris@69 7 # unlimited permission to copy and/or distribute it, with or without
Chris@69 8 # modifications, as long as this notice is preserved.
Chris@69 9
Chris@69 10 # @configure_input@
Chris@69 11
Chris@69 12 # serial 4179 ltversion.m4
Chris@69 13 # This file is part of GNU Libtool
Chris@69 14
Chris@69 15 m4_define([LT_PACKAGE_VERSION], [2.4.6])
Chris@69 16 m4_define([LT_PACKAGE_REVISION], [2.4.6])
Chris@69 17
Chris@69 18 AC_DEFUN([LTVERSION_VERSION],
Chris@69 19 [macro_version='2.4.6'
Chris@69 20 macro_revision='2.4.6'
Chris@69 21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Chris@69 22 _LT_DECL(, macro_revision, 0)
Chris@69 23 ])