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
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