Regenerate.
This commit is contained in:
parent
0b7543cedb
commit
1770dcdc96
2 changed files with 16 additions and 5 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2007-05-22 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.in: Prefer build_alias over host when host_alias is
|
||||
not set.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-05-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.in: Remove empty AC_SUBST.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
|
||||
|
|
10
configure
vendored
10
configure
vendored
|
@ -412,10 +412,10 @@ else
|
|||
fi
|
||||
|
||||
test \$exitcode = 0") || {
|
||||
echo Please tell bug-autoconf@gnu.org about your system,
|
||||
echo including any error possibly output before this message.
|
||||
echo This can help us improve future autoconf versions.
|
||||
echo Configuration will now proceed without shell functions.
|
||||
echo No shell found that supports shell functions.
|
||||
echo Please tell autoconf@gnu.org about your system,
|
||||
echo including any error possibly output before this
|
||||
echo message
|
||||
}
|
||||
|
||||
|
||||
|
@ -2176,7 +2176,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|||
|
||||
|
||||
canonical=$host
|
||||
configuration=${host_alias-$host}
|
||||
configuration=${host_alias-${build_alias-$host}}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue