X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fgettimeofday;h=b4bdcc37c7d7b62166615f90a19b73123efb8cc7;hb=f11a213a4e8dd404e90d2084a21e2746093747c4;hp=270029bba45ef97684c5e8e29b6945d6c2f9c2ba;hpb=fc0de83a1e5cca98557f603670284f247b34f491;p=gnulib.git diff --git a/modules/gettimeofday b/modules/gettimeofday index 270029bba..b4bdcc37c 100644 --- a/modules/gettimeofday +++ b/modules/gettimeofday @@ -3,24 +3,26 @@ gettimeofday() function: return current time. Files: lib/gettimeofday.c -lib/gettimeofday.h m4/gettimeofday.m4 Depends-on: -restrict +sys_time configure.ac: gl_FUNC_GETTIMEOFDAY +if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then + AC_LIBOBJ([gettimeofday]) + gl_PREREQ_GETTIMEOFDAY +fi +gl_SYS_TIME_MODULE_INDICATOR([gettimeofday]) Makefile.am: Include: -"gettimeofday.h" License: -GPL +LGPLv2+ Maintainer: -Jim Meyering - +Paul Eggert, Jim Meyering