From: Paul Eggert Date: Tue, 25 Feb 2003 18:19:37 +0000 (+0000) Subject: Give credit to Jeff Painter for yesterday's bug report. X-Git-Tag: AUTOCONF-2.57a~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4165072ca129cc2cdeadf6be7ff8942a6bdbaf51;p=thirdparty%2Fautoconf.git Give credit to Jeff Painter for yesterday's bug report. --- diff --git a/ChangeLog b/ChangeLog index 1c4db8848..0d876a1d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in 2002-09-01 patch by replacing "test -n" with "test -z". - This fixes a bug reported by Tom Epperly in + This fixes a bug found by Jeff Painter and reported by Tom Epperly in . * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,