summaryrefslogtreecommitdiff
path: root/modules/strtoimax
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-28 13:31:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-28 13:31:37 -0800
commit82f7e927e27fc886c514e3146494a2f1c310dffa (patch)
tree5deb92da967353d4f7dd09d2819f04ff2846e741 /modules/strtoimax
parentf8e84098084b3b53bc6943a5542af1f607ffd477 (diff)
downloadgnulib-82f7e927e27fc886c514e3146494a2f1c310dffa.tar.gz
strtoimax: eliminate need for stdint.h, inttypes.h checks
* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Don't use gl_AC_HEADER_STDINT_H or gl_AC_HEADER_INTTYPES_H. This reduces the prerequisites for a recently-introduced strtoimax test. I guess this might cause strtoimax to be replaced when not strictly necessary on older hosts, but this shouldn't introduce any bugs and it should make Emacs 'configure' faster on typical modern hosts. Problem discovered when importing the latest gnulib to an Emacs test version. * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4.
Diffstat (limited to 'modules/strtoimax')
-rw-r--r--modules/strtoimax2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/strtoimax b/modules/strtoimax
index f3f561212a..2517603c65 100644
--- a/modules/strtoimax
+++ b/modules/strtoimax
@@ -4,8 +4,6 @@ strtoimax() function: convert string to 'intmax_t'.
Files:
lib/strtoimax.c
m4/strtoimax.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
m4/longlong.m4
Depends-on: