> 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.
Yes. > 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 AC_REQUIRE does not accept arguments. Paolo
