aboutsummaryrefslogtreecommitdiffstats
path: root/m4/gl-comp.m4
diff options
context:
space:
mode:
authorPaul Eggert2011-04-21 12:12:13 -0700
committerPaul Eggert2011-04-21 12:12:13 -0700
commita8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch)
treef382d740123da83c6f212cae2ecfcbd6555060e4 /m4/gl-comp.m4
parentd78050d6bab1f1add4284163b8fc474495ac6580 (diff)
downloademacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz
emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.zip
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'm4/gl-comp.m4')
-rw-r--r--m4/gl-comp.m449
1 files changed, 49 insertions, 0 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4
index 3ca40ee39bd..5318a3fb61c 100644
--- a/m4/gl-comp.m4
+++ b/m4/gl-comp.m4
@@ -43,6 +43,7 @@ AC_DEFUN([gl_EARLY],
43 # Code from module ignore-value: 43 # Code from module ignore-value:
44 # Code from module include_next: 44 # Code from module include_next:
45 # Code from module intprops: 45 # Code from module intprops:
46 # Code from module inttypes:
46 # Code from module lstat: 47 # Code from module lstat:
47 # Code from module mktime: 48 # Code from module mktime:
48 # Code from module multiarch: 49 # Code from module multiarch:
@@ -56,12 +57,20 @@ AC_DEFUN([gl_EARLY],
56 # Code from module stdio: 57 # Code from module stdio:
57 # Code from module stdlib: 58 # Code from module stdlib:
58 # Code from module strftime: 59 # Code from module strftime:
60 # Code from module strtoimax:
61 # Code from module strtol:
62 # Code from module strtoll:
63 # Code from module strtoul:
64 # Code from module strtoull:
65 # Code from module strtoumax:
59 # Code from module symlink: 66 # Code from module symlink:
60 # Code from module sys_stat: 67 # Code from module sys_stat:
61 # Code from module time: 68 # Code from module time:
62 # Code from module time_r: 69 # Code from module time_r:
63 # Code from module unistd: 70 # Code from module unistd:
71 # Code from module verify:
64 # Code from module warn-on-use: 72 # Code from module warn-on-use:
73 # Code from module wchar:
65]) 74])
66 75
67# This macro should be invoked from ./configure.in, in the section 76# This macro should be invoked from ./configure.in, in the section
@@ -108,6 +117,8 @@ AC_DEFUN([gl_INIT],
108 AC_REQUIRE([AC_C_INLINE]) 117 AC_REQUIRE([AC_C_INLINE])
109 # Code from module include_next: 118 # Code from module include_next:
110 # Code from module intprops: 119 # Code from module intprops:
120 # Code from module inttypes:
121 gl_INTTYPES_H
111 # Code from module lstat: 122 # Code from module lstat:
112 gl_FUNC_LSTAT 123 gl_FUNC_LSTAT
113 gl_SYS_STAT_MODULE_INDICATOR([lstat]) 124 gl_SYS_STAT_MODULE_INDICATOR([lstat])
@@ -138,6 +149,22 @@ AC_DEFUN([gl_INIT],
138 gl_STDLIB_H 149 gl_STDLIB_H
139 # Code from module strftime: 150 # Code from module strftime:
140 gl_FUNC_GNU_STRFTIME 151 gl_FUNC_GNU_STRFTIME
152 # Code from module strtoimax:
153 gl_FUNC_STRTOIMAX
154 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
155 # Code from module strtol:
156 gl_FUNC_STRTOL
157 # Code from module strtoll:
158 gl_FUNC_STRTOLL
159 gl_STDLIB_MODULE_INDICATOR([strtoll])
160 # Code from module strtoul:
161 gl_FUNC_STRTOUL
162 # Code from module strtoull:
163 gl_FUNC_STRTOULL
164 gl_STDLIB_MODULE_INDICATOR([strtoull])
165 # Code from module strtoumax:
166 gl_FUNC_STRTOUMAX
167 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
141 # Code from module symlink: 168 # Code from module symlink:
142 gl_FUNC_SYMLINK 169 gl_FUNC_SYMLINK
143 gl_UNISTD_MODULE_INDICATOR([symlink]) 170 gl_UNISTD_MODULE_INDICATOR([symlink])
@@ -151,7 +178,10 @@ AC_DEFUN([gl_INIT],
151 gl_TIME_MODULE_INDICATOR([time_r]) 178 gl_TIME_MODULE_INDICATOR([time_r])
152 # Code from module unistd: 179 # Code from module unistd:
153 gl_UNISTD_H 180 gl_UNISTD_H
181 # Code from module verify:
154 # Code from module warn-on-use: 182 # Code from module warn-on-use:
183 # Code from module wchar:
184 gl_WCHAR_H
155 # End of code from modules 185 # End of code from modules
156 m4_ifval(gl_LIBSOURCES_LIST, [ 186 m4_ifval(gl_LIBSOURCES_LIST, [
157 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || 187 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
@@ -313,6 +343,7 @@ AC_DEFUN([gl_FILE_LIST], [
313 lib/gettext.h 343 lib/gettext.h
314 lib/ignore-value.h 344 lib/ignore-value.h
315 lib/intprops.h 345 lib/intprops.h
346 lib/inttypes.in.h
316 lib/lstat.c 347 lib/lstat.c
317 lib/md5.c 348 lib/md5.c
318 lib/md5.h 349 lib/md5.h
@@ -327,11 +358,19 @@ AC_DEFUN([gl_FILE_LIST], [
327 lib/stdlib.in.h 358 lib/stdlib.in.h
328 lib/strftime.c 359 lib/strftime.c
329 lib/strftime.h 360 lib/strftime.h
361 lib/strtoimax.c
362 lib/strtol.c
363 lib/strtoll.c
364 lib/strtoul.c
365 lib/strtoull.c
366 lib/strtoumax.c
330 lib/symlink.c 367 lib/symlink.c
331 lib/sys_stat.in.h 368 lib/sys_stat.in.h
332 lib/time.in.h 369 lib/time.in.h
333 lib/time_r.c 370 lib/time_r.c
334 lib/unistd.in.h 371 lib/unistd.in.h
372 lib/verify.h
373 lib/wchar.in.h
335 m4/00gnulib.m4 374 m4/00gnulib.m4
336 m4/c-strtod.m4 375 m4/c-strtod.m4
337 m4/extensions.m4 376 m4/extensions.m4
@@ -340,6 +379,8 @@ AC_DEFUN([gl_FILE_LIST], [
340 m4/getopt.m4 379 m4/getopt.m4
341 m4/gnulib-common.m4 380 m4/gnulib-common.m4
342 m4/include_next.m4 381 m4/include_next.m4
382 m4/inttypes-pri.m4
383 m4/inttypes.m4
343 m4/longlong.m4 384 m4/longlong.m4
344 m4/lstat.m4 385 m4/lstat.m4
345 m4/md5.m4 386 m4/md5.m4
@@ -356,6 +397,12 @@ AC_DEFUN([gl_FILE_LIST], [
356 m4/stdio_h.m4 397 m4/stdio_h.m4
357 m4/stdlib_h.m4 398 m4/stdlib_h.m4
358 m4/strftime.m4 399 m4/strftime.m4
400 m4/strtoimax.m4
401 m4/strtol.m4
402 m4/strtoll.m4
403 m4/strtoul.m4
404 m4/strtoull.m4
405 m4/strtoumax.m4
359 m4/symlink.m4 406 m4/symlink.m4
360 m4/sys_stat_h.m4 407 m4/sys_stat_h.m4
361 m4/time_h.m4 408 m4/time_h.m4
@@ -363,5 +410,7 @@ AC_DEFUN([gl_FILE_LIST], [
363 m4/tm_gmtoff.m4 410 m4/tm_gmtoff.m4
364 m4/unistd_h.m4 411 m4/unistd_h.m4
365 m4/warn-on-use.m4 412 m4/warn-on-use.m4
413 m4/wchar_h.m4
366 m4/wchar_t.m4 414 m4/wchar_t.m4
415 m4/wint_t.m4
367]) 416])