comparison configure.in @ 83627:422451dd396a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 765-770) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 24-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
author Miles Bader <miles@gnu.org>
date Fri, 25 May 2007 02:47:22 +0000
parents 0a3247aa24a4 da070d0314e4
children cc587bfd19ca
comparison
equal deleted inserted replaced
83626:7489e9d44b85 83627:422451dd396a
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.