>>> "Phil" == Phil Edwards <[EMAIL PROTECTED]> writes:
Phil> Using m4 1.4 via autoconf 2.57. I have two macros. Adding Phil> "AC_PREREQ(the_first_macro)" inside the second macro causes m4 to puke Phil> what looks like ICBM coordinates: Do not blaspheme the oracle! Perhaps you meant to use AC_BEFORE or AC_REQUIRE. AC_PREREQ only takes an Autoconf version number as argument. -- Alexandre Duret-Lutz
