# HG changeset patch # User Miles Bader # Date 1003505225 0 # Node ID c1083f9349f0a9906640380d51853218df70f088 # Parent 52a687c4840a92043230aaf1b125b711f7321802 *** empty log message *** diff -r 52a687c4840a -r c1083f9349f0 ChangeLog --- 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 + + * configure.in (configuration): Set from `host' if `host_alias' + isn't defined. + 2001-10-19 Andreas Schwab * configure.in: Make ready for autoconf 2.5x. diff -r 52a687c4840a -r c1083f9349f0 configure --- 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