Mercurial > hg > octave-kai > gnulib-hg
annotate modules/posixtm @ 4434:5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 14 Jul 2003 16:31:05 +0000 |
parents | 3ccc6d0d52bb |
children | 42b53a22aee5 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert a date/time string (POSIX syntax) to linear time or broken-down time. |
4110 | 3 |
4 Files: | |
5 lib/posixtm.h | |
6 lib/posixtm.c | |
7 m4/posixtm.m4 | |
8 | |
9 Depends-on: | |
4434
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
10 mktime |
4110 | 11 unlocked-io |
12 | |
13 configure.ac: | |
14 gl_POSIXTM | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += posixtm.h posixtm.c | |
18 | |
19 Include: | |
20 "posixtm.h" | |
21 | |
4197 | 22 Maintainer: |
23 Jim Meyering | |
24 |