From 3aeecf97abe4bda318a3d40513282a0fe8f1ca31 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Nov 2000 12:50:52 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 139d7e0510..6b07c1c169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-22 Gerd Moellmann + + * configure.in: Use m/macppc.h instead of the non-existent + m/powerpc.h. + 2000-11-21 Gerd Moellmann * Makefile.in (install-arch-indep): Also install info/eshell* diff --git a/configure b/configure index ba572ded50..fbd556f0dd 100755 --- a/configure +++ b/configure @@ -855,7 +855,7 @@ case "${canonical}" in case "${canonical}" in i[345]86-*-bsdi*) machine=intel386 ;; sparc-*-bsdi*) machine=sparc ;; - powerpc-*-bsdi*) machine=powerpc ;; + powerpc-*-bsdi*) machine=macppc ;; esac case "${canonical}" in *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; @@ -906,7 +906,7 @@ case "${canonical}" in ppc-*-linux | \ powerpc-*-linux* ) - machine=powerpc opsys=gnu-linux + machine=macppc opsys=gnu-linux ;; ## Altos 3068 -- 2.20.1