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
This commit is contained in:
Dale Mellor 2023-03-23 22:53:41 +00:00
commit d0f96e6ff6
Signed by: khleedril
GPG key ID: CA471FD501618A49

View file

@ -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)