]> git.eshelyaron.com Git - emacs.git/commitdiff
Deprecate Mac Carbon port.
authorGlenn Morris <rgm@gnu.org>
Wed, 7 Nov 2007 04:04:05 +0000 (04:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 7 Nov 2007 04:04:05 +0000 (04:04 +0000)
configure
configure.in

index dfb48837f7983a71cb559979e8eff1df3e143654..3f71a5b2e93274c1aec3497e75fd704b986c64d0 100755 (executable)
--- 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 &&
index 34ec52ab92c694b4bd646475f25732ca0c68ab0a..12b1347b6d07ecae137354177a790f939462feda 100644 (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 &&