diff options
author | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-07-12 18:34:39 +0000 |
---|---|---|
committer | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-07-12 18:34:39 +0000 |
commit | 065509a51b6862a8f11f8ad37e68b2960ba9d41c (patch) | |
tree | c39295df31825b4e7ab349a5d7ea9b1b02117a06 | |
parent | 4d772ae2157d4c9f554f53b71c0514a7d666ec8f (diff) | |
download | guile-065509a51b6862a8f11f8ad37e68b2960ba9d41c.tar.gz |
autogen.sh: Call libtoolize with --force.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 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. diff --git a/autogen.sh b/autogen.sh index 1e92ab4b9..10bf34a30 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ ./guile-aclocal.sh -libtoolize --copy --automake --ltdl +libtoolize --copy --force --automake --ltdl autoheader autoconf automake --add-missing |