mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* autogen.sh: Call libtoolize. Pass --add-missing option to
automake. Do not decent into libltdl directory. The libltdl directory is now populated by libtoolize and does not need any further autogeneration.
This commit is contained in:
parent
3b603d911e
commit
3925e5076d
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
aclocal -I .
|
aclocal -I .
|
||||||
|
libtoolize --copy --automake --ltdl
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake --add-missing
|
||||||
|
|
||||||
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
|
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
|
||||||
( echo "libltdl..."; cd libltdl; ./autogen.sh )
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue