Re: calling AC_CANONICAL_HOST twice?

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

 



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@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux