summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2019-07-03 09:58:43 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-07-03 09:58:43 -0400
commit9b1f15bd318f24c32ae9bbdad862d27a076b6a42 (patch)
tree527f088e7dbe95f4d5d0d55ff7290eb7de6459af
parentf363308fd76135b36b8db0f21b315978e9b846a9 (diff)
configure: Add support for Guile 2.2 and 3.0.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06e6662..8520a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,8 @@ AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_CONFIG_FILES([scripts/shroud], [chmod +x scripts/shroud])
AC_CONFIG_FILES([shroud/config.scm])
-GUILE_PROGS([2.0.11])
+GUILE_PKG([3.0 2.2 2.0])
+GUILE_PROGS
AC_PATH_PROGS([GPG], [gpg gpg2])
AC_PATH_PROG([XCLIP], [xclip])