autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: calling AC_CANONICAL_HOST twice?


From: Harald Dunkel
Subject: Re: calling AC_CANONICAL_HOST twice?
Date: Sat, 20 Aug 2005 13:04:44 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050402)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]