diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -2,4 +2,4 @@ [ -f elisp/geiser.el ] || exit 1 -autoreconf -Wall +autoreconf -Wall -i diff --git a/configure.ac b/configure.ac index f8ed7ec..2333901 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,6 @@ AC_CHECK_PROG(TEXI2PDF, texi2pdf, texi2pdf, false) AM_PATH_LISPDIR -dnl scheme/plt/Makefile -dnl scheme/plt/geiser/Makefile - AC_CONFIG_FILES([ Makefile elisp/Makefile |