mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
autogen.sh: Call libtoolize with --force.
This commit is contained in:
parent
4d772ae215
commit
065509a51b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
|
||||
|
||||
* autogen.sh: Call libtoolize with --force.
|
||||
|
||||
2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||
|
||||
* INSTALL: Point to HACKING for tool versions.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
./guile-aclocal.sh
|
||||
|
||||
libtoolize --copy --automake --ltdl
|
||||
libtoolize --copy --force --automake --ltdl
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue