diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -412,10 +412,10 @@ else | |||
| 412 | fi | 412 | fi |
| 413 | 413 | ||
| 414 | test \$exitcode = 0") || { | 414 | test \$exitcode = 0") || { |
| 415 | echo Please tell bug-autoconf@gnu.org about your system, | 415 | echo No shell found that supports shell functions. |
| 416 | echo including any error possibly output before this message. | 416 | echo Please tell autoconf@gnu.org about your system, |
| 417 | echo This can help us improve future autoconf versions. | 417 | echo including any error possibly output before this |
| 418 | echo Configuration will now proceed without shell functions. | 418 | echo message |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | 421 | ||
| @@ -2176,7 +2176,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |||
| 2176 | 2176 | ||
| 2177 | 2177 | ||
| 2178 | canonical=$host | 2178 | canonical=$host |
| 2179 | configuration=${host_alias-$host} | 2179 | configuration=${host_alias-${build_alias-$host}} |
| 2180 | 2180 | ||
| 2181 | 2181 | ||
| 2182 | 2182 | ||