Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67ac6d60
Commit
67ac6d60
authored
Oct 17, 2014
by
Glenn Morris
Browse files
* configure.ac: Simplify OS X $canonical tests.
* etc/NEWS: Clarify OS X entries.
parent
1a1f8804
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+2
-6
etc/NEWS
etc/NEWS
+3
-2
No files found.
ChangeLog
View file @
67ac6d60
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.
...
...
configure.ac
View file @
67ac6d60
...
...
@@ -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.
...
...
etc/NEWS
View file @
67ac6d60
...
...
@@ -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.
----------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment