pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
[gnulib.git] / modules / timer-time
1 Description:
2 Check for timer_settime.  Within HAVE_TIMER_SETTIME one can
3 assume timer_create, timer_delete and timer_gettime are available too.
4
5 Files:
6 m4/timer_time.m4
7
8 Depends-on:
9 extensions
10
11 configure.ac:
12 gl_TIMER_TIME
13
14 Makefile.am:
15
16 Include:
17 <time.h>
18
19 Link:
20 $(LIB_TIMER_TIME)
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Pádraig Brady, Paul Eggert, Jim Meyering