* docs/TODO: Updated.

* autogen.sh: Use `--force' for all commands.
This commit is contained in:
Werner Lemberg 2005-04-13 18:12:36 +00:00
parent 4f65eed89c
commit 1ea53e87c8
3 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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 ---