mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 09:10:18 +02:00
Also pass "--force" to libtoolize.
Add recursion into libltdl. Add "now run configure" message.
This commit is contained in:
parent
d1e29c0d5e
commit
914dd9fc97
1 changed files with 8 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue