From 914dd9fc974a1261206db95c852077a6522dc583 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 10 Feb 2002 00:16:03 +0000 Subject: [PATCH] Also pass "--force" to libtoolize. Add recursion into libltdl. Add "now run configure" message. --- autogen.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 61b87777d..5251cce2b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,9 +9,16 @@ set -ex ./guile-aclocal.sh -libtoolize --copy --automake --ltdl +libtoolize --copy --force --automake --ltdl autoheader autoconf automake --add-missing +# Make sure that libltdl uses the same autoconf version as the rest. +# +( echo "libltdl..."; cd libltdl; autoconf ) + ( echo "guile-readline..."; cd guile-readline; ./autogen.sh ) + +echo "Now run configure and make." +echo "You must pass the \`--enable-maintainer-mode' option to configure."