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:
parent
de852d1474
commit
cebb2d1f52
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ 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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue