changeset 7905:26b73d1760df

Drop tests that are now done in the gettimeofday module.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Jan 2007 02:11:31 +0000
parents 77836a2a55f0
children 16c8e82ea71c
files ChangeLog m4/tempname.m4
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- a/m4/tempname.m4
+++ b/m4/tempname.m4
@@ -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 @@
 # Prerequisites of lib/tempname.c.
 AC_DEFUN([gl_PREREQ_TEMPNAME],
 [
-  AC_CHECK_HEADERS_ONCE([sys/time.h])
-  AC_CHECK_FUNCS_ONCE([gettimeofday])
+  :
 ])