guix-commits
[Top][All Lists]
Advanced

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

02/03: build: Fine-tune the forbidden M4 patterns.


From: Ludovic Courtès
Subject: 02/03: build: Fine-tune the forbidden M4 patterns.
Date: Fri, 12 Oct 2018 09:18:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dde49cfe5312b95f44060155256036532f3cb22a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 12 15:09:56 2018 +0200

    build: Fine-tune the forbidden M4 patterns.
    
    * configure.ac: Forbid "^GUILE_P", allow "^GUILE_PKG_ERRORS".
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 104a0e4..2a1edbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,8 @@ dnl We require pkg.m4 (from pkg-config) and guile.m4 (from 
Guile.)
 dnl Make sure they are available.
 m4_pattern_forbid([PKG_CHECK_MODULES])
 m4_pattern_forbid([GUILE_MODULE_AVAILABLE])
-m4_pattern_forbid([^GUILE_P$])
+m4_pattern_forbid([^GUILE_P])
+m4_pattern_allow([^GUILE_PKG_ERRORS])
 m4_pattern_forbid([^GUIX_])
 
 dnl Search for 'guile' and 'guild'.  This macro defines



reply via email to

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