]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Simplify OS X $canonical tests.
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Oct 2014 18:05:48 +0000 (14:05 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Oct 2014 18:05:48 +0000 (14:05 -0400)
* etc/NEWS: Clarify OS X entries.

ChangeLog
configure.ac
etc/NEWS

index 091ab2b62ec9421e9faa0c4b4e18bff4a0c38994..dd7c1c1422dd3d313cba6f723cb0a883a94d8736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Simplify OS X $canonical tests.
+
 2014-10-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.ac: Move the OSX 10.6 test.
index e833e4fb808238fa867ab634fab3e082b52be516..cb42ed6c7246c26972804d4a03e2fedbb936926f 100644 (file)
@@ -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.
index 36f1d9d94a38eaaf7849963ef33c6ec2a1a65d99..0e90d8adc00dddce11ac28c8890ff90376d28dc0 100644 (file)
--- 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.
 
 \f
 ----------------------------------------------------------------------