From bdd85f3177c1dcda959ce3155148809ab6ebab34 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Mar 2014 14:57:36 -0500 Subject: [PATCH] * configure.ac: Tweak the "unported" error message. "Has not been ported to" usually isn't quite correct these days. Eg it could be an old platform that we dropped support for. --- ChangeLog | 4 ++++ configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a32622e4e9..0a6b4f9b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-05 Glenn Morris + + * configure.ac: Tweak the "unported" error message. + 2014-03-05 Paul Eggert Fix configuration bug on Solaris 2.5.1 (Bug#16905). diff --git a/configure.ac b/configure.ac index f2a2186403..8b939430c9 100644 --- a/configure.ac +++ b/configure.ac @@ -653,7 +653,8 @@ fi dnl quotation ends if test $unported = yes; then - AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. + AC_MSG_ERROR([Emacs does not support building on `${canonical}' systems. +If you think it should, please send a report to bug-gnu-emacs@gnu.org. Check `etc/MACHINES' for recognized configuration names.]) fi -- 2.20.1