From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15601: configure sets UNEXEC_OBJ=unexalpha.o, but unexalpha.c was removed Date: Sat, 12 Oct 2013 14:49:32 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381603804 21248 80.91.229.3 (12 Oct 2013 18:50:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Oct 2013 18:50:04 +0000 (UTC) To: 15601@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 12 20:50:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VV4GN-0007Wj-Q5 for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Oct 2013 20:50:07 +0200 Original-Received: from localhost ([::1]:59059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV4GN-0002DD-Es for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Oct 2013 14:50:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV4GK-0002Co-RT for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 14:50:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV4GJ-0000TX-VG for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 14:50:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV4GJ-0000TS-S5 for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 14:50:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VV4GJ-0000ws-3J for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 14:50:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Oct 2013 18:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15601 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.13816037783608 (code B ref -1); Sat, 12 Oct 2013 18:50:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 12 Oct 2013 18:49:38 +0000 Original-Received: from localhost ([127.0.0.1]:44634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV4Fu-0000w8-8R for submit@debbugs.gnu.org; Sat, 12 Oct 2013 14:49:38 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:45366 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV4Fq-0000vy-8E for submit@debbugs.gnu.org; Sat, 12 Oct 2013 14:49:35 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VV4Fo-0003m2-90; Sat, 12 Oct 2013 14:49:32 -0400 X-Spook: CID Vince Foster Legion of Doom Perl-RSA War on Terrorism X-Ran: ~=c"8F"h5v}a>ul|3|Y-F>rK-|HOIAv$X"~&alJ][a:iXxJY|7jC_"Ha:'U7z].Ir)z+Zf X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79216 Archived-At: Package: emacs Version: 24.3 configure.ac contains the line: UNEXEC_OBJ=unexalpha.o that looks like it can apply on some alpha platforms. However src/unexalpha.c was removed 2010-07-24.