Hi, I am trying to build bison-2.1 on a system which does not have the header stdint.h, but when I run configure, the resulting config.h has the following line:
/* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 I have poked around in the sources, as well as attempting to understand how configure works to some degree (looking into Autoconf and m4), but I cannot figure out how this header contains that definition. The config.log notes that stdint.h is *not* found, so how is it getting put in config.h. Any insights? Is there a bug involved here? Thanks, Mary Ann
