diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-03 09:58:43 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-03 09:58:43 -0400 |
commit | 9b1f15bd318f24c32ae9bbdad862d27a076b6a42 (patch) | |
tree | 527f088e7dbe95f4d5d0d55ff7290eb7de6459af | |
parent | f363308fd76135b36b8db0f21b315978e9b846a9 (diff) |
configure: Add support for Guile 2.2 and 3.0.
-rw-r--r-- | configure.ac | 3 |
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]) |