mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build: Fine-tune the forbidden M4 patterns.
* configure.ac: Forbid "^GUILE_P", allow "^GUILE_PKG_ERRORS".
This commit is contained in:
parent
28f436a904
commit
dde49cfe53
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ dnl We require pkg.m4 (from pkg-config) and guile.m4 (from Guile.)
|
||||||
dnl Make sure they are available.
|
dnl Make sure they are available.
|
||||||
m4_pattern_forbid([PKG_CHECK_MODULES])
|
m4_pattern_forbid([PKG_CHECK_MODULES])
|
||||||
m4_pattern_forbid([GUILE_MODULE_AVAILABLE])
|
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_])
|
m4_pattern_forbid([^GUIX_])
|
||||||
|
|
||||||
dnl Search for 'guile' and 'guild'. This macro defines
|
dnl Search for 'guile' and 'guild'. This macro defines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue