summaryrefslogtreecommitdiffstats
path: root/gl/m4/gnulib-comp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r--gl/m4/gnulib-comp.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index f4031cc..73e6365 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -106,6 +106,7 @@ AC_DEFUN([gl_EARLY],
106 # Code from module string: 106 # Code from module string:
107 # Code from module strndup: 107 # Code from module strndup:
108 # Code from module strnlen: 108 # Code from module strnlen:
109 # Code from module strsep:
109 # Code from module strstr-simple: 110 # Code from module strstr-simple:
110 # Code from module sys_socket: 111 # Code from module sys_socket:
111 # Code from module sys_stat: 112 # Code from module sys_stat:
@@ -327,6 +328,9 @@ AC_DEFUN([gl_INIT],
327 # Code from module strnlen: 328 # Code from module strnlen:
328 gl_FUNC_STRNLEN 329 gl_FUNC_STRNLEN
329 gl_STRING_MODULE_INDICATOR([strnlen]) 330 gl_STRING_MODULE_INDICATOR([strnlen])
331 # Code from module strsep:
332 gl_FUNC_STRSEP
333 gl_STRING_MODULE_INDICATOR([strsep])
330 # Code from module strstr-simple: 334 # Code from module strstr-simple:
331 gl_FUNC_STRSTR_SIMPLE 335 gl_FUNC_STRSTR_SIMPLE
332 gl_STRING_MODULE_INDICATOR([strstr]) 336 gl_STRING_MODULE_INDICATOR([strstr])
@@ -634,6 +638,7 @@ AC_DEFUN([gl_FILE_LIST], [
634 lib/stripslash.c 638 lib/stripslash.c
635 lib/strndup.c 639 lib/strndup.c
636 lib/strnlen.c 640 lib/strnlen.c
641 lib/strsep.c
637 lib/strstr.c 642 lib/strstr.c
638 lib/sys_socket.in.h 643 lib/sys_socket.in.h
639 lib/sys_stat.in.h 644 lib/sys_stat.in.h
@@ -762,6 +767,7 @@ AC_DEFUN([gl_FILE_LIST], [
762 m4/string_h.m4 767 m4/string_h.m4
763 m4/strndup.m4 768 m4/strndup.m4
764 m4/strnlen.m4 769 m4/strnlen.m4
770 m4/strsep.m4
765 m4/strstr.m4 771 m4/strstr.m4
766 m4/sys_socket_h.m4 772 m4/sys_socket_h.m4
767 m4/sys_stat_h.m4 773 m4/sys_stat_h.m4