From: Bruno Haible Date: Fri, 19 Jan 2007 02:11:31 +0000 (+0000) Subject: Drop tests that are now done in the gettimeofday module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b344a2c6c70623de8fcdac7d129a4a2bad53e2;p=pspp Drop tests that are now done in the gettimeofday module. --- diff --git a/ChangeLog b/ChangeLog index 7b1f1b33ea..25d46cda30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-01-18 Bruno Haible + * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and + gettimeofday. + * tests/test-gettimeofday.c: Include . (dummy): Remove variable. diff --git a/m4/tempname.m4 b/m4/tempname.m4 index 289200f854..4c44d37da9 100644 --- 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 @@ 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]) + : ])