From 09db41dc48ea68318077d52a0c67ffc413e2c933 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 25 Sep 1999 11:25:47 +0000 Subject: [PATCH] 1999-09-25 Ben Elliston * 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 | 4 ++++ autoconf.texi | 2 +- doc/autoconf.texi | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 790ae79a..04006bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-09-25 Ben Elliston + * 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. diff --git a/autoconf.texi b/autoconf.texi index a917a339..cec7df39 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index a917a339..cec7df39 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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