comparison configure.in @ 81041:da070d0314e4

Prefer build_alias over host when host_alias is not set.
author Andreas Schwab <schwab@suse.de>
date Tue, 22 May 2007 15:54:32 +0000
parents 1facbd04b199
children afb1869f8a12 422451dd396a 31beec9ee600
comparison
equal deleted inserted replaced
81040:daf60d1c2ce8 81041:da070d0314e4
198 198
199 ### Canonicalize the configuration name. 199 ### Canonicalize the configuration name.
200 200
201 AC_CANONICAL_HOST 201 AC_CANONICAL_HOST
202 canonical=$host 202 canonical=$host
203 configuration=${host_alias-$host} 203 configuration=${host_alias-${build_alias-$host}}
204 204
205 dnl This used to use changequote, but, apart from `changequote is evil' 205 dnl This used to use changequote, but, apart from `changequote is evil'
206 dnl per the autoconf manual, we can speed up autoconf somewhat by quoting 206 dnl per the autoconf manual, we can speed up autoconf somewhat by quoting
207 dnl the great gob of text. Thus it's not processed for possible expansion. 207 dnl the great gob of text. Thus it's not processed for possible expansion.
208 dnl Just make sure the brackets remain balanced. 208 dnl Just make sure the brackets remain balanced.