* configure.ac: Simplify OS X $canonical tests.

* etc/NEWS: Clarify OS X entries.
This commit is contained in:
Glenn Morris 2014-10-17 14:05:48 -04:00
parent 1a1f8804c8
commit 67ac6d6051
3 changed files with 9 additions and 8 deletions

View file

@ -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.

View 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.

View file

@ -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.
----------------------------------------------------------------------