summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
index 47656cb3a..8062d7e84 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,13 +25,4 @@ echo ""
autoreconf -i --force --verbose
-echo "guile-readline..."
-(cd guile-readline && ./autogen.sh)
-
-# Copy versions of config.guess and config.sub from Guile's repository to
-# build-aux and guile-readline.
-cp -f config.guess config.sub build-aux/
-cp -f config.guess config.sub guile-readline/
-
echo "Now run configure and make."
-echo "You must pass the \`--enable-maintainer-mode' option to configure."