Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> I updated to CVS autoconf today since there were claims made on the
> list that CVS Autoconf is now usable with CVS Automake.  I notice that
> when testing for headers, trivial warnings are now considered to be
> errors. This makes testing for headers that I don't control difficult.  
> 
> Here is a sample:
> 
> In file included from /usr/local/include/jpeglib.h:24,
>                  from configure:7114:
> /usr/local/include/jconfig.h:12: warning: `HAVE_STDLIB_H' redefined
> confdefs.h:25: warning: this is the location of the previous definition
> configure: failed program was:
> #line 7113 "configure"
> #include "confdefs.h"
> #include <jpeglib.h>

You need to tell us what tests you are doing in your configure.in for
us to figure out why this is happening.

IMHO, whatever programs has installed jconfig.h is in the wrong here,
you should not install configure-generated header files.

/assar

Reply via email to