*** empty log message ***
authorMiles Bader <miles@gnu.org>
Fri, 19 Oct 2001 15:27:05 +0000 (15:27 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 19 Oct 2001 15:27:05 +0000 (15:27 +0000)
ChangeLog
configure

index 416ae8c..92d873e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 0cc12f9..524021e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1250,7 +1250,7 @@ host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 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