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:
parent
dd27da748e
commit
d0f96e6ff6
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue