From d0f96e6ff62957fdb83e50e17631bc50c88ab446 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Thu, 23 Mar 2023 22:53:41 +0000 Subject: 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 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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) -- cgit v1.2.3