aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-comp.m48
-rw-r--r--m4/nstrftime.m4 (renamed from m4/strftime.m4)0
2 files changed, 4 insertions, 4 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4
index 038d78aafea..2f135773930 100644
--- a/m4/gnulib-comp.m4
+++ b/m4/gnulib-comp.m4
@@ -113,6 +113,7 @@ AC_DEFUN([gl_EARLY],
113 # Code from module mktime-internal: 113 # Code from module mktime-internal:
114 # Code from module multiarch: 114 # Code from module multiarch:
115 # Code from module nocrash: 115 # Code from module nocrash:
116 # Code from module nstrftime:
116 # Code from module openat-h: 117 # Code from module openat-h:
117 # Code from module pipe2: 118 # Code from module pipe2:
118 # Code from module pselect: 119 # Code from module pselect:
@@ -139,7 +140,6 @@ AC_DEFUN([gl_EARLY],
139 # Code from module stdio: 140 # Code from module stdio:
140 # Code from module stdlib: 141 # Code from module stdlib:
141 # Code from module stpcpy: 142 # Code from module stpcpy:
142 # Code from module strftime:
143 # Code from module string: 143 # Code from module string:
144 # Code from module strtoimax: 144 # Code from module strtoimax:
145 # Code from module strtoll: 145 # Code from module strtoll:
@@ -314,6 +314,7 @@ AC_DEFUN([gl_INIT],
314 fi 314 fi
315 gl_TIME_MODULE_INDICATOR([mktime]) 315 gl_TIME_MODULE_INDICATOR([mktime])
316 gl_MULTIARCH 316 gl_MULTIARCH
317 gl_FUNC_GNU_STRFTIME
317 gl_FUNC_PIPE2 318 gl_FUNC_PIPE2
318 gl_UNISTD_MODULE_INDICATOR([pipe2]) 319 gl_UNISTD_MODULE_INDICATOR([pipe2])
319 gl_FUNC_PSELECT 320 gl_FUNC_PSELECT
@@ -365,7 +366,6 @@ AC_DEFUN([gl_INIT],
365 gl_PREREQ_STPCPY 366 gl_PREREQ_STPCPY
366 fi 367 fi
367 gl_STRING_MODULE_INDICATOR([stpcpy]) 368 gl_STRING_MODULE_INDICATOR([stpcpy])
368 gl_FUNC_GNU_STRFTIME
369 gl_HEADER_STRING_H 369 gl_HEADER_STRING_H
370 gl_FUNC_STRTOIMAX 370 gl_FUNC_STRTOIMAX
371 if test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then 371 if test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
@@ -893,6 +893,7 @@ AC_DEFUN([gl_FILE_LIST], [
893 lib/mkostemp.c 893 lib/mkostemp.c
894 lib/mktime-internal.h 894 lib/mktime-internal.h
895 lib/mktime.c 895 lib/mktime.c
896 lib/nstrftime.c
896 lib/openat-priv.h 897 lib/openat-priv.h
897 lib/openat-proc.c 898 lib/openat-proc.c
898 lib/openat.h 899 lib/openat.h
@@ -924,7 +925,6 @@ AC_DEFUN([gl_FILE_LIST], [
924 lib/stdio.in.h 925 lib/stdio.in.h
925 lib/stdlib.in.h 926 lib/stdlib.in.h
926 lib/stpcpy.c 927 lib/stpcpy.c
927 lib/strftime.c
928 lib/strftime.h 928 lib/strftime.h
929 lib/string.in.h 929 lib/string.in.h
930 lib/strtoimax.c 930 lib/strtoimax.c
@@ -1013,6 +1013,7 @@ AC_DEFUN([gl_FILE_LIST], [
1013 m4/mktime.m4 1013 m4/mktime.m4
1014 m4/multiarch.m4 1014 m4/multiarch.m4
1015 m4/nocrash.m4 1015 m4/nocrash.m4
1016 m4/nstrftime.m4
1016 m4/off_t.m4 1017 m4/off_t.m4
1017 m4/pipe2.m4 1018 m4/pipe2.m4
1018 m4/pselect.m4 1019 m4/pselect.m4
@@ -1037,7 +1038,6 @@ AC_DEFUN([gl_FILE_LIST], [
1037 m4/stdio_h.m4 1038 m4/stdio_h.m4
1038 m4/stdlib_h.m4 1039 m4/stdlib_h.m4
1039 m4/stpcpy.m4 1040 m4/stpcpy.m4
1040 m4/strftime.m4
1041 m4/string_h.m4 1041 m4/string_h.m4
1042 m4/strtoimax.m4 1042 m4/strtoimax.m4
1043 m4/strtoll.m4 1043 m4/strtoll.m4
diff --git a/m4/strftime.m4 b/m4/nstrftime.m4
index d2dac9e2328..d2dac9e2328 100644
--- a/m4/strftime.m4
+++ b/m4/nstrftime.m4