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

autogen.sh: Call libtoolize with --force.

This commit is contained in:
Keisuke Nishida 2001-07-12 18:34:39 +00:00
parent 4d772ae215
commit 065509a51b
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -7,7 +7,7 @@
./guile-aclocal.sh
libtoolize --copy --automake --ltdl
libtoolize --copy --force --automake --ltdl
autoheader
autoconf
automake --add-missing