+2008-01-29 Eric Blake <ebb9@byu.net>
+
+ * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
+ bug.
+
2008-01-28 Eric Blake <ebb9@byu.net>
Fix regression in handling VAR=VALUE arguments to testsuite.
@c --------------
@prindex @command{.}
Use @command{.} only with regular files (use @samp{test -f}). Bash
-2.03, for instance, chokes on @samp{. /dev/null}. Also, remember that
-@command{.} uses @env{PATH} if its argument contains no slashes, so if
-you want to use @command{.} on a file @file{foo} in the current
-directory, you must use @samp{. ./foo}.
+2.03, for instance, chokes on @samp{. /dev/null}. Remember that
+@command{.} uses @env{PATH} if its argument contains no slashes. Also,
+some shells, including bash 3.2, implicitly append the current directory
+to this @env{PATH} search, even though Posix forbids it. So if you want
+to use @command{.} on a file @file{foo} in the current directory, you
+must use @samp{. ./foo}.
@item @command{!}
@c --------------