repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
mktime-internal
blob
1465c90dcd5defded0504171f4d58c3a2453e96e
1
Description:
2
mktime_internal() function: convert broken-down time to linear time.
3
4
Files:
5
lib/mktime-internal.h
6
lib/mktime.c
7
8
Depends-on:
9
mktime
10
11
configure.ac:
12
gl_FUNC_MKTIME_INTERNAL
13
if test $WANT_MKTIME_INTERNAL = 1; then
14
AC_LIBOBJ([mktime])
15
gl_PREREQ_MKTIME
16
fi
17
18
Makefile.am:
19
20
Include:
21
"mktime-internal.h"
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Paul Eggert