From: Paul Eggert Date: Fri, 21 Jan 2005 19:32:21 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Builtins): Clarify that X-Git-Tag: AUTOCONF-2.59c~493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d0b9b4b3489ffdfb2065fe8da360f7a98c76234;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Builtins): Clarify that "if test -d foo; ..." is portable. --- diff --git a/ChangeLog b/ChangeLog index 7789758bd..68d2d43e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-01-21 Paul Eggert + + * doc/autoconf.texi (Limitations of Builtins): Clarify that + "if test -d foo; ..." is portable. Suggested by Stepan Kasal. + +2005-01-20 Paul Eggert + + * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement. + Warn about newline stripping in `` and $(). Update Solaris + version to 9. + (Limitations of Builtins): Use expr "X...", not expr "x...", as + X insulates us from future changes to Posix. + (Limitations of Usual Tools): For AS_DIRNAME, warn about newline + stripping. + 2005-01-19 Stepan Kasal * doc/autoconf.texi (Defining Symbols): Delete the false comment that