summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-02 12:41:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-02 12:41:06 -0500
commit5e42e7b09a456df2c46bd343463e439a16d3a0c1 (patch)
tree0fa44c376aab9220d1eef3fb6080ddf1bab64abf
parent373fe4c8dd01ca057dc3707e285fa10d75edf6d5 (diff)
Update configure.ac to work with Guile 3.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a1afa14..d755693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,6 @@ dnl -*- Autoconf -*-
AC_INIT(dotfiles, 0)
AC_CONFIG_FILES([install], [chmod +x install])
-GUILE_PROGS([2.0.9])
+GUILE_PROGS
AC_OUTPUT