From: Andreas Schwab Date: Tue, 22 May 2007 15:55:02 +0000 (+0000) Subject: Regenerate. X-Git-Tag: emacs-pretest-23.0.90~12578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1770dcdc968a71b5c19e53376bb3628ef557a217;p=emacs.git Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 082604cb743..6794c49b47f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-05-22 Andreas Schwab + + * configure.in: Prefer build_alias over host when host_alias is + not set. + * configure: Regenerate. + +2007-05-20 Andreas Schwab + + * configure.in: Remove empty AC_SUBST. + * configure: Regenerate. + 2007-05-20 Nick Roberts * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement diff --git a/configure b/configure index d2127417532..4ce0eb92a81 100755 --- a/configure +++ b/configure @@ -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}}