]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/0011-Fix-incompatibility-with-automake-1.13-specify-seria.patch
Bundle our own private copy of guile-1.8
[lilypond.git] / debian / patches / 0011-Fix-incompatibility-with-automake-1.13-specify-seria.patch
1 From 7c0b9a8633c802c014593f6975cb60cddb0624b1 Mon Sep 17 00:00:00 2001
2 From: Rob Browning <rlb@defaultvalue.org>
3 Date: Sun, 9 Feb 2014 15:24:42 -0600
4 Subject: Fix incompatibility with automake 1.13; specify serial-tests.
5
6 As of automake 1.13, the default test harness changed to a newer one
7 that's not compatible with Guile 1.8's current arrangement.  Specify
8 serial-tests to select the old harness.
9
10 https://lists.gnu.org/archive/html/bug-automake/2013-06/msg00018.html
11 ---
12  configure.in | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/guile18/configure.in b/guile18/configure.in
16 index 9f23a4a..e894adc 100644
17 --- a/guile18/configure.in
18 +++ b/guile18/configure.in
19 @@ -41,7 +41,7 @@ AC_CONFIG_AUX_DIR([build-aux])
20  AC_CONFIG_MACRO_DIR([m4])
21  AC_CONFIG_SRCDIR(GUILE-VERSION)
22  
23 -AM_INIT_AUTOMAKE([gnu no-define check-news -Wall -Wno-override])
24 +AM_INIT_AUTOMAKE([gnu no-define check-news serial-tests -Wall -Wno-override])
25  
26  AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
27  AC_CONFIG_SRCDIR([GUILE-VERSION])