mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
If prototypes are supported, use them to check this at compile-time, instead of trying to check it at run-time. If we must do a run-time check, assume that setvbuf is standard when cross-compiling, as nonstandard setvbuf occurs only on ancient and unlikely hosts.
This commit is contained in:
parent
603fc71942
commit
1d5a58c62c
@ -1,3 +1,11 @@
|
||||
2002-05-08 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
|
||||
If prototypes are supported, use them to check this at compile-time,
|
||||
instead of trying to check it at run-time. If we must do a run-time
|
||||
check, assume that setvbuf is standard when cross-compiling, as
|
||||
nonstandard setvbuf occurs only on ancient and unlikely hosts.
|
||||
|
||||
2002-05-03 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
|
||||
|
Loading…
Reference in New Issue
Block a user