warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / timer-time
blobe3668c86a5bcdc98e6d7ebc6142a2730292e34ac
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.
5 Files:
6 m4/timer_time.m4
8 Depends-on:
9 extensions
10 threadlib
12 configure.ac:
13 gl_TIMER_TIME
15 Makefile.am:
17 Include:
18 <time.h>
20 Link:
21 $(LIB_TIMER_TIME)
23 License:
24 LGPLv2+
26 Maintainer:
27 Pádraig Brady, Paul Eggert, Jim Meyering
29 Local Variables:
30 coding: utf-8
31 End: