Noah Misch wrote:
> 
> If you currently call AC_CANONICAL_HOST from one of your own macros, replace
> those calls with `AC_REQUIRE([AC_CANONICAL_HOST])'.  If you call it from the 
> top
> level, defun a macro that makes that call and then call your macro.  Like 
> this:
> 
> AC_DEFUN([some_name], [AC_REQUIRE([AC_CANONICAL_HOST])])
> some_name
> 

Would it be possible to rename the existing AC_CANONICAL_HOST
into _AC_CANONICAL_HOST_STUB, and define a new

AC_DEFUN([AC_CANONICAL_HOST], [AC_REQUIRE([_AC_CANONICAL_HOST_STUB])])

?


Regards

Harri


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to