AboutSummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorDale Mellor <mcron-lsfnyl@rdmp.org>2020-06-08 08:45:14 +0100
committerDale Mellor <mcron-lsfnyl@rdmp.org>2020-06-08 08:45:14 +0100
commitf700f299d41c8f0ecb953f1e02b8fbd432efef3d (patch)
treeff6a93826d852a792768bf8139c87fa852ffb514 /configure.ac
parentbc18db895064d9d0516b784ecac5270282c21d30 (diff)
parent289e4c505e52402e5dfba08d57f2ba1d61a90bf3 (diff)
downloadmcron-f700f299d41c8f0ecb953f1e02b8fbd432efef3d.tar.gz
mcron-f700f299d41c8f0ecb953f1e02b8fbd432efef3d.tar.bz2
mcron-f700f299d41c8f0ecb953f1e02b8fbd432efef3d.zip
Merge.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac14
1 files changed, 8 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f92619b..97e9cff 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
#
# Copyright © 2003, 2005, 2012, 2014 Dale Mellor <mcron-lsfnyl@rdmp.org>
-# Copyright © 2015, 2016, 2017, 2018 Mathieu Lirzin <mthl@gnu.org>
+# Copyright © 2015, 2016, 2017, 2018, 2020 Mathieu Lirzin <mthl@gnu.org>
# Copyright © 2018 宋文武 <iyzsong@member.fsf.org>
#
# This file is part of GNU Mcron.
@@ -33,15 +33,17 @@ AM_SILENT_RULES([yes]) # Enables silent rules by default.
AC_CANONICAL_HOST
+dnl We require pkg.m4 (from pkg-config) and guile.m4 (from Guile.)
+dnl Make sure they are available when generating the configure script.
+m4_pattern_forbid([^PKG_PROG])
+m4_pattern_forbid([^PKG_CHECK])
+m4_pattern_forbid([^GUILE_P])
+m4_pattern_allow([^GUILE_PKG_ERRORS])
+
# Check for Guile development files.
GUILE_PKG([3.0 2.2 2.0])
-# Set Guile flags without using GUILE_FLAGS which is requiring the unused
-# 'config.rpath' script.
-PKG_CHECK_MODULES(GUILE, [guile-$GUILE_EFFECTIVE_VERSION])
-
# Checks for programs.
-
GUILE_PROGS
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)