comparison configure.in @ 40059:52a687c4840a

(configuration): Set from `host' if `host_alias' isn't defined.
author Miles Bader <miles@gnu.org>
date Fri, 19 Oct 2001 15:20:20 +0000
parents 37e17a8f108b
children a303509b9c29
comparison
equal deleted inserted replaced
40058:081cf6e477d3 40059:52a687c4840a
147 147
148 ### Canonicalize the configuration name. 148 ### Canonicalize the configuration name.
149 149
150 AC_CANONICAL_HOST 150 AC_CANONICAL_HOST
151 canonical=$host 151 canonical=$host
152 configuration=$host_alias 152 configuration=${host_alias-$host}
153 153
154 changequote(, )dnl 154 changequote(, )dnl
155 155
156 ### If you add support for a new configuration, add code to this 156 ### If you add support for a new configuration, add code to this
157 ### switch statement to recognize your configuration name and select 157 ### switch statement to recognize your configuration name and select