emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114652: * configure.ac [alpha]: Explicit error in n


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114652: * configure.ac [alpha]: Explicit error in non-ELF case.
Date: Sun, 13 Oct 2013 23:01:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114652
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15601
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-10-13 16:01:20 -0700
message:
  * configure.ac [alpha]: Explicit error in non-ELF case. 
  
  * doc/emacs/ack.texi (Acknowledgments): Comment out old alpha stuff.
  
  * lisp/emacs-lisp/authors.el (authors-fixed-entries):
  Comment out old alpha stuff.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/ack.texi             ack.texi-20091113204419-o5vbwnq5f7feedwu-6230
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-10-12 20:00:38 +0000
+++ b/ChangeLog 2013-10-13 23:01:20 +0000
@@ -1,3 +1,7 @@
+2013-10-13  Glenn Morris  <address@hidden>
+
+       * configure.ac [alpha]: Explicit error in non-ELF case.  (Bug#15601)
+
 2013-10-12  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'configure.ac'
--- a/configure.ac      2013-10-11 18:29:18 +0000
+++ b/configure.ac      2013-10-13 23:01:20 +0000
@@ -1175,10 +1175,13 @@
     if test "x$GCC" = "xyes"; then
       C_SWITCH_MACHINE="-fno-common"
     else
-      AC_MSG_ERROR([What gives?  Fix me if DEC Unix supports ELF now.])
+      AC_MSG_ERROR([Non-GCC compilers are not supported.])
     fi
   else
-    UNEXEC_OBJ=unexalpha.o
+      dnl This was the unexalpha.c case.  Removed in 24.1, 2010-07-24,
+      dnl albeit under the mistaken assumption that said file
+      dnl was no longer used.
+      AC_MSG_ERROR([Non-ELF systems are not supported since Emacs 24.1.])
   fi
   ;;
 esac

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-10-13 10:22:34 +0000
+++ b/doc/emacs/ChangeLog       2013-10-13 23:01:20 +0000
@@ -1,3 +1,7 @@
+2013-10-13  Glenn Morris  <address@hidden>
+
+       * ack.texi (Acknowledgments): Comment out old alpha stuff.
+
 2013-10-13  Xue Fuqiao  <address@hidden>
 
        * calendar.texi (Special Diary Entries): Remove @refill.

=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2013-10-13 00:31:19 +0000
+++ b/doc/emacs/ack.texi        2013-10-13 23:01:20 +0000
@@ -1099,9 +1099,11 @@
 Philippe Schnoebelen wrote @file{gomoku.el}, a Go Moku game played
 against Emacs; and @file{mpuz.el}, a multiplication puzzle.
 
address@hidden FIXME files no longer included; but see bug 15601.
address@hidden
address@hidden Removed in 24.1.
 @item
 Rainer Schöpf contributed to Alpha and OSF1 support.
address@hidden ignore
 
 @item
 Jan Schormann wrote @file{solitaire.el}, an implementation of the

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-13 21:35:31 +0000
+++ b/lisp/ChangeLog    2013-10-13 23:01:20 +0000
@@ -1,3 +1,8 @@
+2013-10-13  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-fixed-entries):
+       Comment out old alpha stuff.
+
 2013-10-13  Dmitry Gutov  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2013-10-13 00:31:19 +0000
+++ b/lisp/emacs-lisp/authors.el        2013-10-13 23:01:20 +0000
@@ -518,8 +518,8 @@
     ("Schlumberger Technology Corporation" :changed "gud.el")
     ;; Replaced by tcl.el.
 ;;;    ("Gregor Schmid" :wrote "tcl-mode.el")
-    ;; FIXME files no longer included; but see bug 15601
-    ("Rainer Schöpf" :wrote "alpha.h" "unexalpha.c")
+    ;; No longer distributed since 24.1.
+;;;    ("Rainer Schöpf" :wrote "alpha.h" "unexalpha.c")
     ;; No longer distributed: emacsserver.c.
     ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el")
     ;; No longer distributed: emacsserver.c.


reply via email to

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