1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 17:20:18 +02:00

Also pass "--force" to libtoolize.

Add recursion into libltdl.
Add "now run configure" message.
This commit is contained in:
Thien-Thi Nguyen 2002-02-10 00:16:03 +00:00
parent d1e29c0d5e
commit 914dd9fc97

View file

@ -9,9 +9,16 @@ set -ex
./guile-aclocal.sh ./guile-aclocal.sh
libtoolize --copy --automake --ltdl libtoolize --copy --force --automake --ltdl
autoheader autoheader
autoconf autoconf
automake --add-missing 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 "guile-readline..."; cd guile-readline; ./autogen.sh )
echo "Now run configure and make."
echo "You must pass the \`--enable-maintainer-mode' option to configure."