summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-12-02 17:47:03 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-12-02 21:01:10 -0500
commitdd22ccda714499f0dda9123a66403c81f37f060d (patch)
treef69198557b17549cb96a6cdca91e875529cfffa8
parent1d50c43baa360a45fe0ae2d6982bde30a2cecf6b (diff)
Tweak configure.ac to accept Guile 3.0.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 96f7561..c489791 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(starling, 0.3.0)
+AC_INIT(starling, 0.1.0)
AC_CONFIG_SRCDIR(starling)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])
@@ -10,7 +10,7 @@ AC_PATH_PROG([GUILE], [guile])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
-GUILE_PKG([2.2])
+GUILE_PKG([3.0 2.2])
GUILE_PROGS
GUILE_MODULE_REQUIRED([chickadee])