On Thu, Jan 15, 2009 at 3:49 PM, Paolo Bonzini <[email protected]> wrote:
> Sam Steingold wrote:
>> are you saying that  AC_CONFIG_HEADERS calls AC_CANONICAL_BUILD?!
>
> No, that CL_MODULE_COMMON_CHECKS calls something that *requires*
> AC_CANONICAL_BUILD.  Required stuff is always expand before the
> outermost call

so you are saying that I cannot call AC_CONFIG_AUX_DIR($1) in
CL_MODULE_COMMON_CHECKS because other things required there must run
after it.
why can't I do
AC_REQUIRE([AC_CONFIG_AUX_DIR($1)])
??
I get this:
warning: AC_CONFIG_AUX_DIR(../../../src/build-aux) is m4_require'd but
not m4_defun'd


-- 
Sam Steingold <[email protected]>


Reply via email to