From 82f7e927e27fc886c514e3146494a2f1c310dffa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 28 Jan 2012 13:31:06 -0800 Subject: 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. --- modules/strtoimax | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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: -- cgit v1.2.1