From 531a33367a1f3fd5a76a73e73bd9d3a14888c810 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 19 Oct 2001 15:27:05 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ configure | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 416ae8c9ec7..92d873eeb24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/configure b/configure index 0cc12f936ce..524021e37ce 100755 --- 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 -- 2.39.2