futimens: fix configure check
[gnulib.git] / modules / parse-duration
1 Description:
2 Parse a duration given as string.
3
4 Files:
5 lib/parse-duration.h
6 lib/parse-duration.c
7
8 Depends-on:
9 xalloc
10
11 configure.ac:
12 AC_REQUIRE([AC_C_INLINE])
13
14 Makefile.am:
15 lib_SOURCES += parse-duration.c
16
17 Include:
18 "parse-duration.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Bruce Korb
25