From f0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 7 Nov 2007 04:04:05 +0000 Subject: [PATCH] Deprecate Mac Carbon port. --- configure | 8 ++++++++ configure.in | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/configure b/configure index dfb48837f79..3f71a5b2e93 100755 --- a/configure +++ b/configure @@ -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 && diff --git a/configure.in b/configure.in index 34ec52ab92c..12b1347b6d0 100644 --- a/configure.in +++ b/configure.in @@ -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 && -- 2.39.2