mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM invocations from here... * modules/timegm (configure.ac): ... to here.
32 lines
523 B
Plaintext
32 lines
523 B
Plaintext
Description:
|
|
Convert calendar time to simple time, inverse of mktime.
|
|
|
|
Files:
|
|
lib/mktime-internal.h
|
|
lib/timegm.c
|
|
m4/timegm.m4
|
|
|
|
Depends-on:
|
|
time
|
|
mktime-internal [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
|
|
time_r [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_TIMEGM
|
|
if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
|
|
AC_LIBOBJ([timegm])
|
|
gl_PREREQ_TIMEGM
|
|
fi
|
|
gl_TIME_MODULE_INDICATOR([timegm])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<time.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all, glibc
|