From 5e42e7b09a456df2c46bd343463e439a16d3a0c1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 2 Dec 2022 12:41:06 -0500 Subject: Update configure.ac to work with Guile 3. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3