X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgethrxtime;h=916bab1fd970dc5d3f067b587e8b4ec2405d5710;hb=0b0d0514aadfe18b136b0836aed361af7c486ac1;hp=8c40d28f04b24b68335b5423de94b9b3fc4da46b;hpb=6512f0a46a6ced0d865faae14f0506278a39d819;p=gnulib.git diff --git a/modules/gethrxtime b/modules/gethrxtime index 8c40d28f0..916bab1fd 100644 --- a/modules/gethrxtime +++ b/modules/gethrxtime @@ -6,20 +6,28 @@ lib/xtime.h lib/gethrxtime.c lib/gethrxtime.h m4/gethrxtime.m4 -m4/clock_time.m4 m4/longlong.m4 Depends-on: -gettime +clock-time extensions +gettime +sys_time configure.ac: gl_GETHRXTIME +if test $ac_cv_have_decl_gethrtime = no || test $gl_cv_arithmetic_hrtime_t = no; then + AC_LIBOBJ([gethrxtime]) + gl_PREREQ_GETHRXTIME +fi Makefile.am: Include: -#include "xtime.h" +"xtime.h" + +Link: +$(LIB_GETHRXTIME) License: GPL