]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Fix references to Solaris and SunOS versions.
authorAkim Demaille <akim@epita.fr>
Tue, 5 Jun 2001 10:52:49 +0000 (10:52 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Jun 2001 10:52:49 +0000 (10:52 +0000)
ChangeLog
doc/autoconf.texi

index 9c22a88d350b5051990dce8f3f9f9e2cd1963d84..8ad75b2a64e4cc7a03a72c6447defdb5052aa1c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-05  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
+
 2001-06-04  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
index 5ac8c74cf2d40409a8b0da2b82c925516f57733e..9e952fceb8a331245d9cae01f90e9fb900b8e199 100644 (file)
@@ -3223,7 +3223,7 @@ If the @code{error_at_line} function is not found, require an
 @defmac AC_FUNC_FNMATCH
 @maindex FUNC_FNMATCH
 If the @code{fnmatch} function is available and works (unlike the one on
-SunOS 5.4), define @code{HAVE_FNMATCH}.
+Solaris 2.4), define @code{HAVE_FNMATCH}.
 @end defmac
 
 @defmac AC_FUNC_FSEEKO
@@ -3396,7 +3396,7 @@ first call @code{AC_CHECK_FUNC} for @code{setpgrp}.
 @cvindex HAVE_LSTAT_EMPTY_STRING_BUG
 Determine whether @code{stat} or @code{lstat} have the bug that it
 succeeds when given the zero-length file name argument.  The @code{stat}
-and @code{lstat} from SunOS4.1.4 and the Hurd (as of 1998-11-01) do
+and @code{lstat} from SunOS 4.1.4 and the Hurd (as of 1998-11-01) do
 this.
 
 If it does, then define @code{HAVE_STAT_EMPTY_STRING_BUG} (or
@@ -5671,8 +5671,8 @@ Unfortunately it is not yet widely supported.  Most notably, even recent
 releases of Solaris don't support it:
 
 @example
-$ uname -a
-SunOS shelby 5.7 Generic_106541-10 sun4u sparc SUNW,Ultra-1
+$ showrev -c /bin/sh | grep version    
+Command version: SunOS 5.8 Generic 109324-02 February 2001
 $ echo $(echo blah)
 syntax error: `(' unexpected
 @end example
@@ -6025,7 +6025,7 @@ that you update.
 @c ------------------
 @cindex @command{false}
 Don't expect @command{false} to exit with status 1: in the native Bourne
-shell of Solaris 2.8, it exits with status 255.
+shell of Solaris 8, it exits with status 255.
 
 
 @item @command{for}