* etc/NEWS: Clarify OS X entries.
+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.
## 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.
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
----------------------------------------------------------------------