annotate src/libsamplerate-0.1.9/M4/ltversion.m4 @ 70:9e21af8f0420

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