Mercurial > emacs
changeset 40060:c1083f9349f0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 19 Oct 2001 15:27:05 +0000 |
parents | 52a687c4840a |
children | 11d8043f9c30 |
files | ChangeLog configure |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Oct 19 15:20:20 2001 +0000 +++ b/ChangeLog Fri Oct 19 15:27:05 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-20 Miles Bader <miles@gnu.org> + + * configure.in (configuration): Set from `host' if `host_alias' + isn't defined. + 2001-10-19 Andreas Schwab <schwab@suse.de> * configure.in: Make ready for autoconf 2.5x.
--- a/configure Fri Oct 19 15:20:20 2001 +0000 +++ b/configure Fri Oct 19 15:27:05 2001 +0000 @@ -1250,7 +1250,7 @@ host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` canonical=$host -configuration=$host_alias +configuration=${host_alias-$host} ### If you add support for a new configuration, add code to this ### switch statement to recognize your configuration name and select