1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Deprecate Mac Carbon port.

This commit is contained in:
Glenn Morris 2007-11-07 04:04:05 +00:00
parent f117c226d0
commit f0e04acc75
2 changed files with 16 additions and 0 deletions

8
configure vendored
View File

@ -23840,6 +23840,14 @@ if test "$USE_X_TOOLKIT" = GTK; then
fi
if test "$HAVE_CARBON" = "yes"; then
echo
echo "Warning: The Mac Carbon port is currently unsupported and has
known problems. It is not recommended for use by non-developers.
Read the emacs-devel archives for more information."
echo
fi
# Remove any trailing slashes in these variables.
test "${prefix}" != NONE &&

View File

@ -3452,6 +3452,14 @@ if test "$USE_X_TOOLKIT" = GTK; then
fi
if test "$HAVE_CARBON" = "yes"; then
echo
echo "Warning: The Mac Carbon port is currently unsupported and has
known problems. It is not recommended for use by non-developers.
Read the emacs-devel archives for more information."
echo
fi
# Remove any trailing slashes in these variables.
[test "${prefix}" != NONE &&