gethrxtime: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / gethrxtime
1 Description:
2 Get high resolution real time.
3
4 Files:
5 lib/xtime.h
6 lib/gethrxtime.c
7 lib/gethrxtime.h
8 m4/gethrxtime.m4
9 m4/longlong.m4
10
11 Depends-on:
12 clock-time
13 extensions
14 gettime
15 sys_time
16
17 configure.ac:
18 gl_GETHRXTIME
19 if test $ac_cv_have_decl_gethrtime = no || test $gl_cv_arithmetic_hrtime_t = no; then
20   AC_LIBOBJ([gethrxtime])
21   gl_PREREQ_GETHRXTIME
22 fi
23
24 Makefile.am:
25
26 Include:
27 "xtime.h"
28
29 Link:
30 $(LIB_GETHRXTIME)
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert