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.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index a17e36a..85ad2e9 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -44,6 +44,7 @@ AC_DEFUN([gl_INIT],
44 gl_FUNC_ALLOCA 44 gl_FUNC_ALLOCA
45 gl_HEADER_ARPA_INET 45 gl_HEADER_ARPA_INET
46 AC_PROG_MKDIR_P 46 AC_PROG_MKDIR_P
47 gl_FUNC_BASE64
47 gl_C_STRTOD 48 gl_C_STRTOD
48 gl_CLOEXEC 49 gl_CLOEXEC
49 gl_DIRNAME 50 gl_DIRNAME
@@ -56,6 +57,8 @@ AC_DEFUN([gl_INIT],
56 gl_FCNTL_SAFER 57 gl_FCNTL_SAFER
57 gl_MODULE_INDICATOR([fcntl-safer]) 58 gl_MODULE_INDICATOR([fcntl-safer])
58 gl_FLOAT_H 59 gl_FLOAT_H
60 gl_FUNC_FLOORF
61 gl_MATH_MODULE_INDICATOR([floorf])
59 gl_FSUSAGE 62 gl_FSUSAGE
60 gl_GETADDRINFO 63 gl_GETADDRINFO
61 gl_FUNC_GETHOSTNAME 64 gl_FUNC_GETHOSTNAME
@@ -74,6 +77,7 @@ AC_DEFUN([gl_INIT],
74 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.]) 77 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
75 gl_FUNC_MALLOC_POSIX 78 gl_FUNC_MALLOC_POSIX
76 gl_STDLIB_MODULE_INDICATOR([malloc-posix]) 79 gl_STDLIB_MODULE_INDICATOR([malloc-posix])
80 gl_MATH_H
77 gl_MOUNTLIST 81 gl_MOUNTLIST
78 gl_HEADER_NETINET_IN 82 gl_HEADER_NETINET_IN
79 AC_PROG_MKDIR_P 83 AC_PROG_MKDIR_P
@@ -240,6 +244,8 @@ AC_DEFUN([gl_FILE_LIST], [
240 lib/alloca.in.h 244 lib/alloca.in.h
241 lib/asnprintf.c 245 lib/asnprintf.c
242 lib/asprintf.c 246 lib/asprintf.c
247 lib/base64.c
248 lib/base64.h
243 lib/basename.c 249 lib/basename.c
244 lib/c-strtod.c 250 lib/c-strtod.c
245 lib/c-strtod.h 251 lib/c-strtod.h
@@ -259,6 +265,8 @@ AC_DEFUN([gl_FILE_LIST], [
259 lib/fd-safer.c 265 lib/fd-safer.c
260 lib/float+.h 266 lib/float+.h
261 lib/float.in.h 267 lib/float.in.h
268 lib/floor.c
269 lib/floorf.c
262 lib/fsusage.c 270 lib/fsusage.c
263 lib/fsusage.h 271 lib/fsusage.h
264 lib/full-read.c 272 lib/full-read.c
@@ -281,6 +289,7 @@ AC_DEFUN([gl_FILE_LIST], [
281 lib/localcharset.c 289 lib/localcharset.c
282 lib/localcharset.h 290 lib/localcharset.h
283 lib/malloc.c 291 lib/malloc.c
292 lib/math.in.h
284 lib/mountlist.c 293 lib/mountlist.c
285 lib/mountlist.h 294 lib/mountlist.h
286 lib/netinet_in.in.h 295 lib/netinet_in.in.h
@@ -333,6 +342,7 @@ AC_DEFUN([gl_FILE_LIST], [
333 m4/absolute-header.m4 342 m4/absolute-header.m4
334 m4/alloca.m4 343 m4/alloca.m4
335 m4/arpa_inet_h.m4 344 m4/arpa_inet_h.m4
345 m4/base64.m4
336 m4/c-strtod.m4 346 m4/c-strtod.m4
337 m4/cloexec.m4 347 m4/cloexec.m4
338 m4/codeset.m4 348 m4/codeset.m4
@@ -345,6 +355,7 @@ AC_DEFUN([gl_FILE_LIST], [
345 m4/extensions.m4 355 m4/extensions.m4
346 m4/fcntl-safer.m4 356 m4/fcntl-safer.m4
347 m4/float_h.m4 357 m4/float_h.m4
358 m4/floorf.m4
348 m4/fstypename.m4 359 m4/fstypename.m4
349 m4/fsusage.m4 360 m4/fsusage.m4
350 m4/getaddrinfo.m4 361 m4/getaddrinfo.m4
@@ -376,6 +387,7 @@ AC_DEFUN([gl_FILE_LIST], [
376 m4/longlong.m4 387 m4/longlong.m4
377 m4/ls-mntd-fs.m4 388 m4/ls-mntd-fs.m4
378 m4/malloc.m4 389 m4/malloc.m4
390 m4/math_h.m4
379 m4/mountlist.m4 391 m4/mountlist.m4
380 m4/netinet_in_h.m4 392 m4/netinet_in_h.m4
381 m4/nls.m4 393 m4/nls.m4