> I wonder if no longer running the libtool configuration that time
> keeps $GCC from being set at the point where we add -DAP_DEBUG (and
> gcc-specific flags) for --enable-maintainer-mode.
Oooh, thanks for finding that one -- I noticed it last night but was
too tired to figure out what was happenning. I was planning to remove
the extra flag settings today anyway.
Basically, the answer is that whenever I remove a standard autoconf macro
I need to provide substitutes for all of its side-effects. Harrumph.
BTW, not setting AP_DEBUG reveals millions of warnings due to the
typedef of cmd_func in http_config.h. I tried to fix that last night
but the code makes absolutely no sense to me. Somebody with hooks on
the brain needs to fix that.
....Roy