summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-07-12 18:34:39 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-07-12 18:34:39 +0000
commit065509a51b6862a8f11f8ad37e68b2960ba9d41c (patch)
treec39295df31825b4e7ab349a5d7ea9b1b02117a06
parent4d772ae2157d4c9f554f53b71c0514a7d666ec8f (diff)
downloadguile-065509a51b6862a8f11f8ad37e68b2960ba9d41c.tar.gz
autogen.sh: Call libtoolize with --force.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b7ae7702..88b76cccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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