Hello, On Tue, May 30, 2006 at 08:19:14AM +0200, Ralf Wildenhues wrote: > I guess you could instead also m4_define TEST_INIT, so that it will not > take part in the requirement-diversion game. That should preserve the > order as well.
no, this won't work; AC_REQUIRE has to be called inside an AC_DEFUNed macro. Autoconf will complain: configure.ac:12: error: AC_REQUIRE(AC_PROG_CC): cannot be used outside of an m4_defun'd macro configure.ac:12: the top level (AC_DEFUN is the same as m4_defun). Stepan
