]> code.delx.au - gnu-emacs/commitdiff
Regenerate.
authorAndreas Schwab <schwab@suse.de>
Tue, 22 May 2007 15:55:02 +0000 (15:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 22 May 2007 15:55:02 +0000 (15:55 +0000)
ChangeLog
configure

index 082604cb74386d07d811d5fdcf17898206321581..6794c49b47f837fd0753d4a8add6966d5164be2a 100644 (file)
--- a/ChangeLog
+++ b/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
index d21274175329668923269795d8749908271bae3c..4ce0eb92a817e4bb260b0dcdec51162b73e7c12d 100755 (executable)
--- 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}}