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.
This commit is contained in:
Ben Elliston 1999-09-25 11:25:47 +00:00
parent 61389970b0
commit 09db41dc48
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View 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

View 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