From: Ben Elliston Date: Sat, 25 Sep 1999 11:25:47 +0000 (+0000) Subject: 1999-09-25 Ben Elliston X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09db41dc48ea68318077d52a0c67ffc413e2c933;p=thirdparty%2Fautoconf.git 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. --- 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