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 one is fully expanded, and the main one is partial. However, the > hints invocation is in the AIX *conditional*. Therefore, a full check of the > compiler characters *never* happens. That completely bombs out a bunch of > other tests, particularly the libtool stuff. > > I've fixed the stuff and am testing now. Watch for a checkin later.
Yup, that's it. Thanks. I was looking at the AC_PROG_CC macro before I went out to lunch. =) -- justin