+2009-04-09 Paolo Bonzini <bonzini@gnu.org>
+
+ Make a less conservative cross-compilation guess for AC_FUNC_UTIME_NULL.
+ * lib/autoconf/functions.m4 (AC_FUNC_UTIME_NULL): Assume
+ not crosscompiling to an obsolete system.
+
2009-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
&& t.st_mtime - s.st_mtime < 120);]])],
ac_cv_func_utime_null=yes,
ac_cv_func_utime_null=no,
- ac_cv_func_utime_null=no)])
-if test $ac_cv_func_utime_null = yes; then
+ ac_cv_func_utime_null='guessing yes')])
+if test "x$ac_cv_func_utime_null" != xno; then
+ ac_cv_func_utime_null=yes
AC_DEFINE(HAVE_UTIME_NULL, 1,
[Define to 1 if `utime(file, NULL)' sets file's timestamp to the
present.])