ref: 1ea53e87c8e15dfa23b71dabdab79587439c2e03
parent: 4f65eed89c37800ea69d938a29773eea8ac7b1d9
author: Werner Lemberg <[email protected]>
date: Wed Apr 13 14:12:36 EDT 2005
* docs/TODO: Updated. * autogen.sh: Use `--force' for all commands.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2005-04-13 Werner Lemberg <[email protected]>
+
+ * docs/TODO: Updated.
+
+ * autogen.sh: Use `--force' for all commands.
+
2005-04-09 Werner Lemberg <[email protected]>
- 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 <[email protected]>
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,9 +19,9 @@
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
--- a/docs/TODO
+++ b/docs/TODO
@@ -17,7 +17,5 @@
* Add kerning (AFM file) support to the CID driver.
-* Possibly add support for reading PFM files.
-
--- end of TODO ---