aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-12-01 00:37:56 +0000
committerAndreas Schwab2003-12-01 00:37:56 +0000
commit55e4f3cdde6842f322f29d61207aa5a8ccf306d0 (patch)
tree7aad4f624ed0d3c74285153b7733f29b24163918
parent4cb7603b9d755f7b6fc9e44441858c1994c846a0 (diff)
downloademacs-55e4f3cdde6842f322f29d61207aa5a8ccf306d0.tar.gz
emacs-55e4f3cdde6842f322f29d61207aa5a8ccf306d0.zip
Rebuild.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2d1d0e32ab..aa58992d758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12003-12-01 Andreas Schwab <schwab@suse.de>
2
3 * configure.in (powerpc-apple-darwin*): Use ${CC} instead of
4 hardcoding gcc.
5 * configure: Rebuild.
6
12003-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72003-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle 9 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
diff --git a/configure b/configure
index 00cfe9c55f3..1734008516b 100755
--- a/configure
+++ b/configure
@@ -2576,7 +2576,7 @@ _ACEOF
2576 powerpc-apple-darwin* ) 2576 powerpc-apple-darwin* )
2577 machine=powermac opsys=darwin 2577 machine=powermac opsys=darwin
2578 # Define CPP as follows to make autoconf work correctly. 2578 # Define CPP as follows to make autoconf work correctly.
2579 CPP="gcc -E -no-cpp-precomp" 2579 CPP="${CC} -E -no-cpp-precomp"
2580 ;; 2580 ;;
2581 2581
2582 ## AMD x86-64 Linux-based GNU system 2582 ## AMD x86-64 Linux-based GNU system