On Thu, Jun 27, 2002 at 05:29:40PM -0400, Jeff Trawick wrote:
> Jeff Trawick <[EMAIL PROTECTED]> writes:
>
> > The header file defines in apr_private.h are busted and APR won't
> > build. Here is a glaring example:
> >
> > /* Define if you have the <string.h> header file. */
> > /* #undef HAVE_STRING_H */
> >
> > config.cache seems to have the right value:
> >
> > ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
>
> I tried installing local copies of GNU m4 and autoconf 2.13, but the
> problem persists. I even tried specifying /usr/local/bin/bash instead
> of /bin/sh in configure. Any other ideas to narrow down what broke
> it?
By chance, do you have AUTOCONF or AUTOHEADER set as environment
variables? You can also set them to explicit paths. It's
possible that they are in conflict. -- justin