emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118142: * configure.ac: Simplify OS X $canonical te


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118142: * configure.ac: Simplify OS X $canonical tests.
Date: Fri, 17 Oct 2014 18:05:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118142
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-10-17 14:05:48 -0400
message:
  * configure.ac: Simplify OS X $canonical tests.
  
  * etc/NEWS: Clarify OS X entries.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
  etc/NEWS                       news-20141002041645-34n5fasbwydbo8t6-1
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-10-15 17:42:05 +0000
+++ b/ChangeLog 2014-10-17 18:05:48 +0000
@@ -1,3 +1,7 @@
+2014-10-17  Glenn Morris  <address@hidden>
+
+       * configure.ac: Simplify OS X $canonical tests.
+
 2014-10-15  Jan Djärv  <address@hidden>
 
        * configure.ac: Move the OSX 10.6 test.

=== modified file 'configure.ac'
--- a/configure.ac      2014-10-17 16:14:37 +0000
+++ b/configure.ac      2014-10-17 18:05:48 +0000
@@ -556,14 +556,10 @@
   ## Apple Darwin / Mac OS X
   *-apple-darwin* )
     case "${canonical}" in
-      i[3456]86-* )  ;;
-      powerpc-* )    unported=yes ;;
-      x86_64-* )     ;;
+      *-apple-darwin[0-9].*) unported=yes ;;
+      i[3456]86-* | x86_64-* )  ;;
       * )            unported=yes ;;
     esac
-    case "$canonical" in
-      *-apple-darwin[0-9].*) unported=yes ;;
-    esac
     opsys=darwin
     ## Use fink packages if available.
     ## FIXME find a better way to do this: http://debbugs.gnu.org/11507

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-10-15 21:55:10 +0000
+++ b/etc/NEWS  2014-10-17 18:05:48 +0000
@@ -388,8 +388,9 @@
 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.
 
 
 ----------------------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]