mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
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:
parent
61389970b0
commit
09db41dc48
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user