emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116677: * configure.ac: Tweak the "unported" error


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116677: * configure.ac: Tweak the "unported" error message.
Date: Wed, 05 Mar 2014 19:57:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116677
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-03-05 14:57:36 -0500
message:
  * 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.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-03-05 19:04:44 +0000
+++ b/ChangeLog 2014-03-05 19:57:36 +0000
@@ -1,3 +1,7 @@
+2014-03-05  Glenn Morris  <address@hidden>
+
+       * configure.ac: Tweak the "unported" error message.
+
 2014-03-05  Paul Eggert  <address@hidden>
 
        Fix configuration bug on Solaris 2.5.1 (Bug#16905).

=== modified file 'configure.ac'
--- a/configure.ac      2014-03-05 02:39:05 +0000
+++ b/configure.ac      2014-03-05 19:57:36 +0000
@@ -653,7 +653,8 @@
 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 address@hidden
 Check `etc/MACHINES' for recognized configuration names.])
 fi
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]