Drop tests that are now done in the gettimeofday module.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 02:11:31 +0000 (02:11 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 02:11:31 +0000 (02:11 +0000)
ChangeLog
m4/tempname.m4

index 7b1f1b3..25d46cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
 
index 289200f..4c44d37 100644 (file)
@@ -1,6 +1,6 @@
-#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.
@@ -18,6 +18,5 @@ AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
 # Prerequisites of lib/tempname.c.
 AC_DEFUN([gl_PREREQ_TEMPNAME],
 [
-  AC_CHECK_HEADERS_ONCE([sys/time.h])
-  AC_CHECK_FUNCS_ONCE([gettimeofday])
+  :
 ])