X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fgethrxtime;h=916bab1fd970dc5d3f067b587e8b4ec2405d5710;hb=11368c16b7faaff172abbfd8b25303389c7031e5;hp=92b2bccd9660b28b6e8e9fc0d9a8f956106efdac;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/gethrxtime b/modules/gethrxtime index 92b2bccd9..916bab1fd 100644 --- a/modules/gethrxtime +++ b/modules/gethrxtime @@ -10,17 +10,24 @@ m4/longlong.m4 Depends-on: clock-time -gettime 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: -EXTRA_DIST += xtime.h gethrxtime.c gethrxtime.h Include: -#include "xtime.h" +"xtime.h" + +Link: +$(LIB_GETHRXTIME) License: GPL