unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Knut Petersen <Knut_Petersen@t-online.de>
To: Thien-Thi Nguyen <ttn@gnu.org>
Cc: bug-guile@gnu.org, lilypond-devel <lilypond-devel@gnu.org>
Subject: [PATCH] fix broken building of guile branch "branch_release-1-8"
Date: Sun, 21 Mar 2021 18:05:40 +0100	[thread overview]
Message-ID: <cc06e79b-30b9-f06e-7c24-321423f372fb@t-online.de> (raw)

[-- 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


                 reply	other threads:[~2021-03-21 17:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc06e79b-30b9-f06e-7c24-321423f372fb@t-online.de \
    --to=knut_petersen@t-online.de \
    --cc=bug-guile@gnu.org \
    --cc=lilypond-devel@gnu.org \
    --cc=ttn@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).