*** empty log message ***
This commit is contained in:
parent
fcb04b6e24
commit
531a33367a
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue