1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Recurse into libltdl directory and invoke autoconf there.

This commit is contained in:
Marius Vollmer 2001-11-12 22:16:27 +00:00
parent de852d1474
commit cebb2d1f52

View file

@ -12,6 +12,10 @@ 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 "Now run configure and make."