On Sat, Sep 22, 2001 at 01:10:30PM -0700, Greg Stein wrote:
> I just discovered that the AC_PROG_CC macro can only be used once within a
> configure script. Its definition includes "m4_expand_once()". We have *two*
> invocations: one in apr_hints.m4, and one in the main configure.in.
>
> The hints
On Sat, Sep 22, 2001 at 01:10:30PM -0700, Greg Stein wrote:
>...
> I'm also seeing some caching issues. It doesn't seem to reuse config.cache
> for some reason. Haven't looked into that one.
Pilot error. The new autoconf doesn't create a cache by default any more
(for safety reasons). The user mus
I just discovered that the AC_PROG_CC macro can only be used once within a
configure script. Its definition includes "m4_expand_once()". We have *two*
invocations: one in apr_hints.m4, and one in the main configure.in.
The hints one is fully expanded, and the main one is partial. However, the
hint