bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to configure bison so that config.h does not have HAVE_STDINT_H defi


From: oconnor . maryann
Subject: How to configure bison so that config.h does not have HAVE_STDINT_H defined
Date: Wed, 23 Jan 2008 21:02:22 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]