Re: Funny behavior from autoconf

2005-10-25 Thread Brian Lloyd
On Mon, 2005-10-24 at 09:53 +0200, Ralf Wildenhues wrote: > Hi Brian, > > [ copying bug-automake on this, it's better suited there; please remove > autoconf at gnu.org from followups; thank you ] > > * Brian Lloyd wrote on Mon, Oct 24, 2005 at 04:44:32AM CEST: > > The following Makefile.am does n

configure can not determin 'HAVE_LIMITS'

2005-10-25 Thread Steven Woody
i am using autoconf/automake in my currenty project. the project also use a third-party library which comes with a header file which i should include in my own sources. but in the header file, there is something like below: #ifdef HAVE_LIMITS #include #else #include #endif so, my code includin