* docs/TODO: Updated. * autogen.sh: Use `--force' for all commands.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
diff --git a/ChangeLog b/ChangeLog
index 8f146a5..c5d8018 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 f523590..acb5268 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 592809a..25a293c 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 ---