diff options
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 99fa45d..c6171de 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 | |||
@@ -94,6 +94,7 @@ AC_DEFUN([gl_INIT], | |||
94 | gl_WCHAR_MODULE_INDICATOR([mbrtowc]) | 94 | gl_WCHAR_MODULE_INDICATOR([mbrtowc]) |
95 | gl_FUNC_MBSINIT | 95 | gl_FUNC_MBSINIT |
96 | gl_WCHAR_MODULE_INDICATOR([mbsinit]) | 96 | gl_WCHAR_MODULE_INDICATOR([mbsinit]) |
97 | gl_FUNC_MKTIME | ||
97 | gl_MOUNTLIST | 98 | gl_MOUNTLIST |
98 | gl_MULTIARCH | 99 | gl_MULTIARCH |
99 | gl_HEADER_NETDB | 100 | gl_HEADER_NETDB |
@@ -125,6 +126,9 @@ AC_DEFUN([gl_INIT], | |||
125 | gl_HEADER_SYS_SOCKET | 126 | gl_HEADER_SYS_SOCKET |
126 | gl_MODULE_INDICATOR([sys_socket]) | 127 | gl_MODULE_INDICATOR([sys_socket]) |
127 | AC_PROG_MKDIR_P | 128 | AC_PROG_MKDIR_P |
129 | gl_HEADER_TIME_H | ||
130 | gl_TIME_R | ||
131 | gl_FUNC_TIMEGM | ||
128 | gl_UNISTD_H | 132 | gl_UNISTD_H |
129 | gl_UNISTD_SAFER | 133 | gl_UNISTD_SAFER |
130 | gl_FUNC_VASNPRINTF | 134 | gl_FUNC_VASNPRINTF |
@@ -332,6 +336,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
332 | lib/math.in.h | 336 | lib/math.in.h |
333 | lib/mbrtowc.c | 337 | lib/mbrtowc.c |
334 | lib/mbsinit.c | 338 | lib/mbsinit.c |
339 | lib/mktime.c | ||
335 | lib/mountlist.c | 340 | lib/mountlist.c |
336 | lib/mountlist.h | 341 | lib/mountlist.h |
337 | lib/netdb.in.h | 342 | lib/netdb.in.h |
@@ -369,6 +374,9 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
369 | lib/strndup.c | 374 | lib/strndup.c |
370 | lib/strnlen.c | 375 | lib/strnlen.c |
371 | lib/sys_socket.in.h | 376 | lib/sys_socket.in.h |
377 | lib/time.in.h | ||
378 | lib/time_r.c | ||
379 | lib/timegm.c | ||
372 | lib/unistd--.h | 380 | lib/unistd--.h |
373 | lib/unistd-safer.h | 381 | lib/unistd-safer.h |
374 | lib/unistd.in.h | 382 | lib/unistd.in.h |
@@ -444,6 +452,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
444 | m4/mbrtowc.m4 | 452 | m4/mbrtowc.m4 |
445 | m4/mbsinit.m4 | 453 | m4/mbsinit.m4 |
446 | m4/mbstate_t.m4 | 454 | m4/mbstate_t.m4 |
455 | m4/mktime.m4 | ||
447 | m4/mountlist.m4 | 456 | m4/mountlist.m4 |
448 | m4/multiarch.m4 | 457 | m4/multiarch.m4 |
449 | m4/netdb_h.m4 | 458 | m4/netdb_h.m4 |
@@ -475,6 +484,9 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
475 | m4/strnlen.m4 | 484 | m4/strnlen.m4 |
476 | m4/sys_socket_h.m4 | 485 | m4/sys_socket_h.m4 |
477 | m4/threadlib.m4 | 486 | m4/threadlib.m4 |
487 | m4/time_h.m4 | ||
488 | m4/time_r.m4 | ||
489 | m4/timegm.m4 | ||
478 | m4/uintmax_t.m4 | 490 | m4/uintmax_t.m4 |
479 | m4/unistd-safer.m4 | 491 | m4/unistd-safer.m4 |
480 | m4/unistd_h.m4 | 492 | m4/unistd_h.m4 |