[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: build: Detect lack of guile.m4 at autoconf time.
From: |
Ludovic Courtès |
Subject: |
01/07: build: Detect lack of guile.m4 at autoconf time. |
Date: |
Thu, 19 Mar 2015 22:15:58 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 0e991c25d6b407c5a48328424d808d6d43562eb7
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 19 16:09:34 2015 +0100
build: Detect lack of guile.m4 at autoconf time.
* configure.ac: Add 'm4_pattern_forbid' invocation.
---
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8291b0c..f2f803a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,10 @@ AC_SUBST([guix_sbindir])
GUIX_CHECK_FILE_NAME_LIMITS
-dnl We require the pkg.m4 set of macros from pkg-config.
-dnl Make sure it's available.
+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])
PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5])
AC_PATH_PROG([GUILE], [guile])
- branch master updated (f643a6e -> 2d1d2dd), Ludovic Courtès, 2015/03/19
- 01/07: build: Detect lack of guile.m4 at autoconf time.,
Ludovic Courtès <=
- 02/07: gnu: emms: Fix incorrect substitution in emms-tag-editor.el., Ludovic Courtès, 2015/03/19
- 04/07: gnu: emacs: Change a couple of input labels., Ludovic Courtès, 2015/03/19
- 05/07: gnu: Add emacs-no-x., Ludovic Courtès, 2015/03/19
- 03/07: doc: Add section about the test suite., Ludovic Courtès, 2015/03/19
- 07/07: services: guix-service: Add 'lsof' and 'lsh' to guix-daemon's $PATH., Ludovic Courtès, 2015/03/19
- 06/07: gnu: Use emacs-no-x when we just want to byte-compile code., Ludovic Courtès, 2015/03/19