]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
More about test -e.
authorAkim Demaille <akim@epita.fr>
Wed, 7 Jun 2000 10:39:37 +0000 (10:39 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 7 Jun 2000 10:39:37 +0000 (10:39 +0000)
doc/autoconf.texi

index be758213759b12116e0062e54bd7c122b9cdb0d5..838fcaf72ee8df806b6f75fc18a97678ee3e7201 100644 (file)
@@ -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