From 67ac6d60511bdaceba3564c932786b8e6f7bdb4b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 17 Oct 2014 14:05:48 -0400 Subject: [PATCH] * configure.ac: Simplify OS X $canonical tests. * etc/NEWS: Clarify OS X entries. --- ChangeLog | 4 ++++ configure.ac | 8 ++------ etc/NEWS | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 091ab2b62ec..dd7c1c1422d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-17 Glenn Morris + + * configure.ac: Simplify OS X $canonical tests. + 2014-10-15 Jan Djärv * configure.ac: Move the OSX 10.6 test. diff --git a/configure.ac b/configure.ac index e833e4fb808..cb42ed6c724 100644 --- a/configure.ac +++ b/configure.ac @@ -556,13 +556,9 @@ case "${canonical}" in ## Apple Darwin / Mac OS X *-apple-darwin* ) case "${canonical}" in - i[3456]86-* ) ;; - powerpc-* ) unported=yes ;; - x86_64-* ) ;; - * ) unported=yes ;; - esac - case "$canonical" in *-apple-darwin[0-9].*) unported=yes ;; + i[3456]86-* | x86_64-* ) ;; + * ) unported=yes ;; esac opsys=darwin ## Use fink packages if available. diff --git a/etc/NEWS b/etc/NEWS index 36f1d9d94a3..0e90d8adc00 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -388,8 +388,9 @@ fullwidth frames, the behavior may depend on the toolkit used. or Windows Server 2003. The built binaries still run on all versions of Windows starting with Windows 9X. -** Building Emacs on OSX with Coca (--with-ns) now requires 10.6 or newer. -PowerPC on OSX is not supported. +** OS X 10.5 or older is no longer supported. + +** OS X on PowerPC is no longer supported. ---------------------------------------------------------------------- -- 2.39.5