annotate src/libsndfile-1.0.25/M4/ltversion.m4 @ 168:ceec0dd9ec9c
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Fri, 07 Feb 2020 11:51:13 +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 ])
|