build: Support Guile 3.0

As it is going to be released soon.

* configure.ac: Add 3.0 to 'GUILE_PKG'.
This commit is contained in:
Alex Kost 2020-01-03 21:06:10 +03:00
parent c2796e6886
commit 4ae8d61c3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
define(EMACS_GUIX_CONFIGURE_COPYRIGHT, [[
Copyright (C) 2016-2019 Alex Kost <alezost@gmail.com>
Copyright (C) 2016-2020 Alex Kost <alezost@gmail.com>
This file is part of Emacs-Guix.
@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
dnl ----------------------------------------------------------------
dnl Guile side
GUILE_PKG([2.2 2.0])
GUILE_PKG([3.0 2.2 2.0])
GUILE_PROGS([2.0.2])
AC_ARG_WITH([guile-site-dir],