aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-10-19 15:27:05 +0000
committerMiles Bader2001-10-19 15:27:05 +0000
commit531a33367a1f3fd5a76a73e73bd9d3a14888c810 (patch)
treebeb688d40c398358d4f12368e9214cff43181104
parentfcb04b6e24758c3993aa1fc73116db20bf094edd (diff)
downloademacs-531a33367a1f3fd5a76a73e73bd9d3a14888c810.tar.gz
emacs-531a33367a1f3fd5a76a73e73bd9d3a14888c810.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 416ae8c9ec7..92d873eeb24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12001-10-20 Miles Bader <miles@gnu.org>
2
3 * configure.in (configuration): Set from `host' if `host_alias'
4 isn't defined.
5
12001-10-19 Andreas Schwab <schwab@suse.de> 62001-10-19 Andreas Schwab <schwab@suse.de>
2 7
3 * configure.in: Make ready for autoconf 2.5x. 8 * 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/'`
1250host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1250host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1251 1251
1252canonical=$host 1252canonical=$host
1253configuration=$host_alias 1253configuration=${host_alias-$host}
1254 1254
1255### If you add support for a new configuration, add code to this 1255### If you add support for a new configuration, add code to this
1256### switch statement to recognize your configuration name and select 1256### switch statement to recognize your configuration name and select