From: Paul Eggert Date: Wed, 8 May 2002 19:57:14 +0000 (+0000) Subject: * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED): X-Git-Tag: AUTOCONF-2.53b~88 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1d5a58c62ca9385b0c099e7c18e132fb62d9e234;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 9d158a849..a2cb1ab22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-05-08 Paul Eggert + + * 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 * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's