* Robert Woodworth wrote on Fri, Nov 12, 2010 at 07:56:53PM CET:
> no, that does not work....
[...]
> Try it with a simple two line 'configure.ac'
> AC_INIT
> host_alias=mips-elf
> No, I don't want my site defaults to be cross-compiled by default.
> Yes, this source code will only work on a very specific MIPS.
Try this:
AC_INIT
: ${host_alias=mips-elf}
AC_CANONICAL_HOST
AC_PROG_CC
Cheers,
Ralf
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf