summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-12-14 14:42:08 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-01-02 23:07:37 +0000
commit53e4bd36f3c8fc756fc091891b79e6aa16820256 (patch)
tree2d8f45df9765bcba45efea97a0857fabd42dbd65
parent911d725439b06ce4183b19f773f02cc67d5ef45a (diff)
downloadguile-53e4bd36f3c8fc756fc091891b79e6aa16820256.tar.gz
Update autogen.sh
* autogen.sh: Don't call guile-readline/autogen.sh; not needed because autoreconf recurses itself. Remove copies of config.guess and config.sub, which are now invalid because we don't have those files in the top level directory. Remove mention of --enable-maintainer-mode, as we don't use AM_MAINTAINER_MODE any more.
-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."