diff options
author | Bruno Haible <bruno@clisp.org> | 2001-11-05 10:36:28 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 22:50:17 +0200 |
commit | 8326996e5ff19f0c841f8eff4a2f199c79b97a95 (patch) | |
tree | 345c1944eeb26e7d44e8211768079e3319c35700 /m4 | |
parent | 7e4eb80d1f1741a1c3f7c9f82d7dc722399aeb3f (diff) | |
download | external_gettext-8326996e5ff19f0c841f8eff4a2f199c79b97a95.zip external_gettext-8326996e5ff19f0c841f8eff4a2f199c79b97a95.tar.gz external_gettext-8326996e5ff19f0c841f8eff4a2f199c79b97a95.tar.bz2 |
Fix last ChangeLog entry.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 486c33a..00a0db0 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -4,6 +4,7 @@ jikes in $PATH. Needed because the call of a program not found in PATH yields return code 1 with SunOS 4 /bin/sh and is thus indistinguishable from a successful call returning 1. + * javaexec.m4 (gt_JAVAEXEC): Likewise for gij, java, jre, jview. 2001-10-30 Bruno Haible <haible@clisp.cons.org> |