From: Akim Demaille Date: Wed, 7 Jun 2000 10:39:37 +0000 (+0000) Subject: More about test -e. X-Git-Tag: autoconf-2.50~826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6802267be28f06adb8c052dbd89e0303299297ca;p=thirdparty%2Fautoconf.git More about test -e. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index be7582137..838fcaf72 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4892,8 +4892,8 @@ shouldn't do anything that tests features of the build system instead of the host system. But occasionally you may find it necessary to check whether some arbitrary file exists. To do so, use @samp{test -f} or @samp{test -r}. Do not use @samp{test -x}, because @sc{4.3bsd} does not -have it. Do not use @samp{test -e} either. -@c FIXME: Jim, what was the system? +have it. Do not use @samp{test -e} either, because Solaris 2.5 does not +have it. @item @command{test} (strings) Avoid @samp{test "@var{string}"}, in particular if @var{string} might