Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strftime-fixes
blob4a7bebf666201c78a0881ac050aec59174656928
1 Description:
2 strftime() function: convert broken-down time to string.
4 Files:
5 lib/strftime-fixes.c
6 m4/strftime-fixes.m4
8 Depends-on:
9 time
11 configure.ac:
12 gl_FUNC_STRFTIME
13 if test $REPLACE_STRFTIME = 1; then
14   AC_LIBOBJ([strftime-fixes])
16 gl_TIME_MODULE_INDICATOR([strftime])
18 Makefile.am:
20 Include:
21 <time.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 all