Hello Marshall,
* Marshall B. Rogers wrote on Sat, Jan 16, 2010 at 12:52:55AM CET:
> Is it possible for autoconf to use a predefined value as the default
> host (unless overridden) instead of the system configure is being run
> on? I know this goes a little against the principle of autoconf, but I
> have a few projects which target specifically one highly specialized
> embedded platform and I would like to add autotools to them.
You can add something like this to a config.site file:
: ${host_alias="my-default-host"}
Cheers,
Ralf
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf