* docs/TODO: Updated.
* autogen.sh: Use `--force' for all commands.
This commit is contained in:
parent
3f4f7450da
commit
a9a65f7f50
10
ChangeLog
10
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user