unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] fix broken building of guile branch "branch_release-1-8"
@ 2021-03-21 17:05 Knut Petersen
  0 siblings, 0 replies; only message in thread
From: Knut Petersen @ 2021-03-21 17:05 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: bug-guile, lilypond-devel

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Hi Thien-Thi Nguy,

Two days ago I reported that building of guile branch_release-1-8 failed on my system based on openSuSE Tumbleweed with autoconf 2.71.

I had a look into the case and found that it was introduced by your commits 88155da and c43f252.

The attached patch fixes the problem.

Knut


[-- Attachment #2: 0001-Fix-broken-building-of-branch_release-1-8.patch --]
[-- Type: text/x-patch, Size: 1879 bytes --]

From 91975e673d179f90eafb0a765968edf27c666961 Mon Sep 17 00:00:00 2001
From: Knut Petersen <knupero@gmail.com>
Date: Sun, 21 Mar 2021 17:38:24 +0100
Subject: [PATCH] Fix broken building of branch_release-1-8

This fixes problems introduced with
commits 88155da and c43f252.

Signed-off-by: Knut Petersen <knupero@gmail.com>
---
 configure.ac                | 6 +++---
 guile-readline/configure.ac | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9105a43b0..6845dba75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,9 @@ dnl  "echo -n" since -n is not portable (see autoconf manual "Limitations of
 dnl  Builtins"), in particular on solaris it results in a literal "-n" in
 dnl  the output.
 dnl
-AC_INIT([patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),
-)],[patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}),
-)],[bug-guile@gnu.org])
+AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),[
+]),patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}),[
+]),[bug-guile@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([GUILE-VERSION])
diff --git a/guile-readline/configure.ac b/guile-readline/configure.ac
index fdf9518b6..34fb225d4 100644
--- a/guile-readline/configure.ac
+++ b/guile-readline/configure.ac
@@ -2,9 +2,8 @@ AC_PREREQ([2.71])
 
 dnl Don't use "echo -n", which is not portable (e.g., not available on
 dnl MacOS X).  Instead, use `patsubst' to remove the newline.
-AC_INIT([guile-readline],[patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}),
-)],[bug-guile@gnu.org])
-
+AC_INIT(guile-readline,patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}), [
+]),[bug-guile@gnu.org])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR(readline.c)
 AC_CONFIG_HEADERS([guile-readline-config.h])
-- 
2.30.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-21 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 17:05 [PATCH] fix broken building of guile branch "branch_release-1-8" Knut Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).