diff options
-rw-r--r-- | configure.ac | 2 |
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 |