mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation. * modules/strftime (Makefile.am): Augment lib_SOURCES.
29 lines
344 B
Plaintext
29 lines
344 B
Plaintext
Description:
|
|
nstrftime() function: convert date and time to string, with GNU extensions.
|
|
|
|
Files:
|
|
lib/strftime.h
|
|
lib/strftime.c
|
|
m4/tm_gmtoff.m4
|
|
m4/strftime.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
stdbool
|
|
time_r
|
|
|
|
configure.ac:
|
|
gl_FUNC_GNU_STRFTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += strftime.c
|
|
|
|
Include:
|
|
"strftime.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|