"John R. Sheets" <[EMAIL PROTECTED]> writes:
> This patch moves about 2/3 of configure.in into individual macros in the
> aclocal.m4 file (picked up automatically by autoconf). This cleans up
> configure.in, making it easier to read and maintain.
I'd prefer if we could abstract parts of the current checks and put
that into aclocal. For instance many tests do something like
AC_CHECK_HEADER(xx.h)
if ac_cv_header_xx = yes
then
AC_CHECK_LIB(xx)
fi
and this is the kind of things that it would be nice to have a single
generic macro for. If we are just moving the existing code into
aclocal it doesn't buy us anything IMO.
--
Alexandre Julliard
[EMAIL PROTECTED]