From 4308f5bf8babe700df73b384e91c2964ef431e5c Mon Sep 17 00:00:00 2001
From: Jose Antonio Ortega Ruiz <jao@gnu.org>
Date: Thu, 27 Aug 2009 11:43:12 +0200
Subject: Small configure tweaks.

---
 autogen.sh   | 2 +-
 configure.ac | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index f084b65..781eabd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
-- 
cgit v1.2.3