comparison configure @ 85958:2babe0c7e252

Deprecate Mac Carbon port.
author Glenn Morris <rgm@gnu.org>
date Wed, 07 Nov 2007 04:04:05 +0000
parents c0d6a9b6d0e5
children 2952f49ed8a7 880960b70474
comparison
equal deleted inserted replaced
85957:a9c20d74abe4 85958:2babe0c7e252
23838 ;; 23838 ;;
23839 esac 23839 esac
23840 fi 23840 fi
23841 23841
23842 23842
23843 if test "$HAVE_CARBON" = "yes"; then
23844 echo
23845 echo "Warning: The Mac Carbon port is currently unsupported and has
23846 known problems. It is not recommended for use by non-developers.
23847 Read the emacs-devel archives for more information."
23848 echo
23849 fi
23850
23843 23851
23844 # Remove any trailing slashes in these variables. 23852 # Remove any trailing slashes in these variables.
23845 test "${prefix}" != NONE && 23853 test "${prefix}" != NONE &&
23846 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` 23854 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
23847 test "${exec_prefix}" != NONE && 23855 test "${exec_prefix}" != NONE &&