mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
guile.m4 fix for 3.0 prereleases
* meta/guile.m4 (GUILE_PROGS): Allow prereleases of Guile with a new major version.
This commit is contained in:
parent
67b35bba67
commit
5b5acba03d
1 changed files with 3 additions and 0 deletions
|
@ -287,6 +287,9 @@ AC_DEFUN([GUILE_PROGS],
|
|||
else
|
||||
as_fn_error $? "Guile $_guile_required_version required, but $_guile_prog_version found" "$LINENO" 5
|
||||
fi
|
||||
elif test "$GUILE_EFFECTIVE_VERSION" = "$_major_version.$_minor_version" -a -z "$_micro_version"; then
|
||||
# Allow prereleases that have the right effective version.
|
||||
true
|
||||
else
|
||||
AC_MSG_ERROR([Guile $_guile_required_version required, but $_guile_prog_version found])
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue