diff options
Diffstat (limited to 'm4/gl-comp.m4')
-rw-r--r-- | m4/gl-comp.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 32d3cce4307..e5121918903 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -38,7 +38,9 @@ AC_DEFUN([gl_EARLY], # Code from module intprops: # Code from module mktime: # Code from module multiarch: + # Code from module stdbool: # Code from module stddef: + # Code from module strftime: # Code from module time: # Code from module time_r: # Code from module unistd: @@ -81,8 +83,12 @@ AC_DEFUN([gl_INIT], gl_TIME_MODULE_INDICATOR([mktime]) # Code from module multiarch: gl_MULTIARCH + # Code from module stdbool: + AM_STDBOOL_H # Code from module stddef: gl_STDDEF_H + # Code from module strftime: + gl_FUNC_GNU_STRFTIME # Code from module time: gl_HEADER_TIME_H # Code from module time_r: @@ -245,7 +251,10 @@ AC_DEFUN([gl_FILE_LIST], [ lib/intprops.h lib/mktime-internal.h lib/mktime.c + lib/stdbool.in.h lib/stddef.in.h + lib/strftime.c + lib/strftime.h lib/time.in.h lib/time_r.c lib/unistd.in.h @@ -257,9 +266,12 @@ AC_DEFUN([gl_FILE_LIST], [ m4/include_next.m4 m4/mktime.m4 m4/multiarch.m4 + m4/stdbool.m4 m4/stddef_h.m4 + m4/strftime.m4 m4/time_h.m4 m4/time_r.m4 + m4/tm_gmtoff.m4 m4/unistd_h.m4 m4/warn-on-use.m4 m4/wchar_t.m4 |