aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2007-05-22 15:55:02 +0000
committerAndreas Schwab2007-05-22 15:55:02 +0000
commit1770dcdc968a71b5c19e53376bb3628ef557a217 (patch)
treeaca1c6ad1ba215fd015c1bd8f9ca61bbdedf32fc
parent0b7543cedbc0210ad87e0799d2b1c206751b5a2a (diff)
downloademacs-1770dcdc968a71b5c19e53376bb3628ef557a217.tar.gz
emacs-1770dcdc968a71b5c19e53376bb3628ef557a217.zip
Regenerate.
-rw-r--r--ChangeLog11
-rwxr-xr-xconfigure10
2 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 082604cb743..6794c49b47f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12007-05-22 Andreas Schwab <schwab@suse.de>
2
3 * configure.in: Prefer build_alias over host when host_alias is
4 not set.
5 * configure: Regenerate.
6
72007-05-20 Andreas Schwab <schwab@suse.de>
8
9 * configure.in: Remove empty AC_SUBST.
10 * configure: Regenerate.
11
12007-05-20 Nick Roberts <nickrob@snap.net.nz> 122007-05-20 Nick Roberts <nickrob@snap.net.nz>
2 13
3 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement 14 * 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
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$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
2178canonical=$host 2178canonical=$host
2179configuration=${host_alias-$host} 2179configuration=${host_alias-${build_alias-$host}}
2180 2180
2181 2181
2182 2182