annotate src/libsamplerate-0.1.9/M4/ltversion.m4 @ 159:f4b37539fcc7
Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 30 Jan 2019 10:30:56 +0000 |
parents |
4a7071416412 |
children |
|
rev |
line source |
cannam@126
|
1 # ltversion.m4 -- version numbers -*- Autoconf -*-
|
cannam@126
|
2 #
|
cannam@126
|
3 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
|
cannam@126
|
4 # Written by Scott James Remnant, 2004
|
cannam@126
|
5 #
|
cannam@126
|
6 # This file is free software; the Free Software Foundation gives
|
cannam@126
|
7 # unlimited permission to copy and/or distribute it, with or without
|
cannam@126
|
8 # modifications, as long as this notice is preserved.
|
cannam@126
|
9
|
cannam@126
|
10 # @configure_input@
|
cannam@126
|
11
|
cannam@126
|
12 # serial 4179 ltversion.m4
|
cannam@126
|
13 # This file is part of GNU Libtool
|
cannam@126
|
14
|
cannam@126
|
15 m4_define([LT_PACKAGE_VERSION], [2.4.6])
|
cannam@126
|
16 m4_define([LT_PACKAGE_REVISION], [2.4.6])
|
cannam@126
|
17
|
cannam@126
|
18 AC_DEFUN([LTVERSION_VERSION],
|
cannam@126
|
19 [macro_version='2.4.6'
|
cannam@126
|
20 macro_revision='2.4.6'
|
cannam@126
|
21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
cannam@126
|
22 _LT_DECL(, macro_revision, 0)
|
cannam@126
|
23 ])
|