"Mark D. Baushke" <[EMAIL PROTECTED]> writes: > is it desirable to make those modules depend on stdint.m4 and avoid the > HAVE_STDINT_H macro?
Yes, I think so, in the long run. But in the short run, stdint.m4 is not yet reliable enough (as you're finding out with SGI), and some packages don't want to rely on it for that reason. For cycle-check.h I'd think this wouldn't be a problem, since cycle-check.h uses this Autoconf-recommended sequence: # if HAVE_INTTYPES_H # include <inttypes.h> # endif # if HAVE_STDINT_H # include <stdint.h> # endif and this should work on SGI. If this doesn't actually work for you, or if there is a problem with some other gnulib source file that uses HAVE_STDINT_H, please let us know.
