X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgethrxtime;h=916bab1fd970dc5d3f067b587e8b4ec2405d5710;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=32984f492486f89078064ca09914c389941e25c5;hpb=10ce26c08f4e8ffe6ac636b1fec6a33a847b0d3a;p=gnulib.git diff --git a/modules/gethrxtime b/modules/gethrxtime index 32984f492..916bab1fd 100644 --- a/modules/gethrxtime +++ b/modules/gethrxtime @@ -4,20 +4,30 @@ Get high resolution real time. Files: lib/xtime.h lib/gethrxtime.c +lib/gethrxtime.h m4/gethrxtime.m4 -m4/clock_time.m4 m4/longlong.m4 Depends-on: +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