From: Stepan Kasal Date: Sat, 22 Jan 2005 14:59:27 +0000 (+0000) Subject: a typo X-Git-Tag: AUTOCONF-2.59c~492 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23db97463acb6580351b0bc71d5342cdb60259a2;p=thirdparty%2Fautoconf.git a typo --- diff --git a/ChangeLog b/ChangeLog index 68d2d43e8..65914c0a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2005-01-21 Paul Eggert * doc/autoconf.texi (Limitations of Builtins): Clarify that - "if test -d foo; ..." is portable. Suggested by Stepan Kasal. + "if test ! -d foo; ..." is portable. Suggested by Stepan Kasal. 2005-01-20 Paul Eggert