]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-09-25 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 25 Sep 1999 11:25:47 +0000 (11:25 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 25 Sep 1999 11:25:47 +0000 (11:25 +0000)
* autoconf.texi (AC_FUNC_SETVBUF): Do not mention which systems
might have their setvbuf() arguments reordered. It's difficult to
accurately determine and is not essential. Fix for autoconf/7.

ChangeLog
autoconf.texi
doc/autoconf.texi

index 790ae79ab8cc9b655ada3a534b77a0115aa8e70b..04006bad46ccab526abd4829c38052f71a55fc2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-09-25  Ben Elliston  <bje@cygnus.com>
 
+       * autoconf.texi (AC_FUNC_SETVBUF): Do not mention which systems
+       might have their setvbuf() arguments reordered. It's difficult to
+       accurately determine and is not essential. Fix for autoconf/7.
+
        * acgeneral.m4 (AC_LINK_FILES): Emit an error if an incorrect
        number of arguments are collected. Fix for autoconf/10.
 
index a917a339440e907e730f169b852b8a474cddef67..cec7df39d8924128f4131761493cb01cf8fbfee3 100644 (file)
@@ -2096,7 +2096,7 @@ first call @code{AC_CHECK_FUNC} for @code{setpgrp}.
 @cvindex SETVBUF_REVERSED
 If @code{setvbuf} takes the buffering type as its second argument and
 the buffer pointer as the third, instead of the other way around, define
-@code{SETVBUF_REVERSED}.  This is the case on System V before release 3.
+@code{SETVBUF_REVERSED}.
 @end defmac
 
 @defmac AC_FUNC_STRCOLL
index a917a339440e907e730f169b852b8a474cddef67..cec7df39d8924128f4131761493cb01cf8fbfee3 100644 (file)
@@ -2096,7 +2096,7 @@ first call @code{AC_CHECK_FUNC} for @code{setpgrp}.
 @cvindex SETVBUF_REVERSED
 If @code{setvbuf} takes the buffering type as its second argument and
 the buffer pointer as the third, instead of the other way around, define
-@code{SETVBUF_REVERSED}.  This is the case on System V before release 3.
+@code{SETVBUF_REVERSED}.
 @end defmac
 
 @defmac AC_FUNC_STRCOLL