strtoimax: eliminate need for stdint.h, inttypes.h checks
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jan 2012 21:31:06 +0000 (13:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jan 2012 21:31:37 +0000 (13:31 -0800)
commit82f7e927e27fc886c514e3146494a2f1c310dffa
tree5deb92da967353d4f7dd09d2819f04ff2846e741
parentf8e84098084b3b53bc6943a5542af1f607ffd477
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.
ChangeLog
m4/strtoimax.m4
modules/strtoimax