SummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorDale Mellor <mcron-lsfnyl@rdmp.org>2023-03-23 22:53:41 +0000
committerDale Mellor <mcron-lsfnyl@rdmp.org>2023-03-24 10:57:47 +0000
commitd0f96e6ff62957fdb83e50e17631bc50c88ab446 (patch)
treea1593721e2e37b8a02d754759d7b968579a94bd7 /configure.ac
parentdd27da748ec373579f4cca77abdac2a875308c9d (diff)
downloadmcron-d0f96e6ff62957fdb83e50e17631bc50c88ab446.tar.gz
mcron-d0f96e6ff62957fdb83e50e17631bc50c88ab446.tar.bz2
mcron-d0f96e6ff62957fdb83e50e17631bc50c88ab446.zip
Updated use of autoconf guile detection macros.
This change also puts back the search specifically for guile version 3. Note that, if guild is not imminently available (usually part of guile-devel package) then make will abort with an ugly and very non-descriptive error message. * configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c0d72e2..ce70414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,11 +42,11 @@ m4_pattern_allow([^GUILE_PKG_ERRORS])
m4_pattern_allow([^GUILE_PKG])
m4_pattern_allow([^GUILE_PROGS])
-# Check for latest Guile development files.
-GUILE_PKG
-
# Checks for programs.
-GUILE_PROGS
+GUILE_PROGS([3.0])
+
+# Check for latest Guile development files.
+GUILE_PKG([3.0])
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)