summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--autogen.sh4
-rw-r--r--docs/TODO2
3 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f146a559..c5d80181f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2005-04-13 Werner Lemberg <wl@gnu.org>
+
+ * docs/TODO: Updated.
+
+ * autogen.sh: Use `--force' for all commands.
+
2005-04-09 Werner Lemberg <wl@gnu.org>
- src/pshinter/pshalgo.c (ps_hints_apply): Change scaling values only
- if `fitted' is not zero.
+ * src/pshinter/pshalgo.c (ps_hints_apply): Change scaling values
+ only if `fitted' is not zero.
2005-04-06 Werner Lemberg <wl@gnu.org>
diff --git a/autogen.sh b/autogen.sh
index f52359059..acb5268f0 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,9 +19,9 @@ fi
cd builds/unix
-run aclocal -I .
+run aclocal -I . --force
run libtoolize --force --copy
-run autoconf
+run autoconf --force
chmod +x mkinstalldirs
chmod +x install-sh
diff --git a/docs/TODO b/docs/TODO
index 592809acf..25a293c77 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -17,7 +17,5 @@ not exactly bugs, but should be considered though:
* Add kerning (AFM file) support to the CID driver.
-* Possibly add support for reading PFM files.
-
--- end of TODO ---