guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/06: [build slog] Rework m4-quoting for AC_INIT form


From: Thien-Thi Nguyen
Subject: [Guile-commits] 06/06: [build slog] Rework m4-quoting for AC_INIT form
Date: Wed, 3 Mar 2021 01:41:38 -0500 (EST)

ttn pushed a commit to branch branch_release-1-8
in repository guile.

commit 88155da09832760ade8e127d4fcff7e3f0438ebb
Author: Thien-Thi Nguyen <ttn@gnu.org>
AuthorDate: Wed Mar 3 00:35:08 2021 -0500

    [build slog] Rework m4-quoting for AC_INIT form
    
    This is adopted verbatim from the
    autoupdate (GNU Autoconf 2.71) suggestion.
    
    * configure.ac (AC_INIT): Add m4-quotes to first two args;
    remove inner m4-quotes; remove extraneous newlines.
---
 configure.ac | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 879d468..34aa6e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,11 +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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]