warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / mktime-internal
blob1465c90dcd5defded0504171f4d58c3a2453e96e
1 Description:
2 mktime_internal() function: convert broken-down time to linear time.
4 Files:
5 lib/mktime-internal.h
6 lib/mktime.c
8 Depends-on:
9 mktime
11 configure.ac:
12 gl_FUNC_MKTIME_INTERNAL
13 if test $WANT_MKTIME_INTERNAL = 1; then
14   AC_LIBOBJ([mktime])
15   gl_PREREQ_MKTIME
18 Makefile.am:
20 Include:
21 "mktime-internal.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 Paul Eggert