2007-01-18 Bruno Haible <bruno@clisp.org>
+ * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
+ gettimeofday.
+
* tests/test-gettimeofday.c: Include <time.h>.
(dummy): Remove variable.
-#serial 2
+#serial 3
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# Prerequisites of lib/tempname.c.
AC_DEFUN([gl_PREREQ_TEMPNAME],
[
- AC_CHECK_HEADERS_ONCE([sys/time.h])
- AC_CHECK_FUNCS_ONCE([gettimeofday])
+ :
])