From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.bugs Subject: AIX 5.2 and 5.3 Date: Mon, 10 Jul 2006 16:26:27 -0500 Message-ID: <792DA1B1-80B2-4B3D-A9A9-76211AB1018D@easesoftware.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152597819 16801 80.91.229.2 (11 Jul 2006 06:03:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Jul 2006 06:03:39 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 11 08:03:31 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G0BL6-0005uU-J1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Jul 2006 08:03:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0BL6-0007Oj-8u for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Jul 2006 02:03:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G03HF-0006St-LT for bug-gnu-emacs@gnu.org; Mon, 10 Jul 2006 17:26:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G03HD-0006SL-DW for bug-gnu-emacs@gnu.org; Mon, 10 Jul 2006 17:26:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G03HD-0006SI-Bf for bug-gnu-emacs@gnu.org; Mon, 10 Jul 2006 17:26:47 -0400 Original-Received: from [64.192.143.210] (helo=easeserver.easesoftware.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G03IN-0008NG-UE for bug-gnu-emacs@gnu.org; Mon, 10 Jul 2006 17:28:00 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by easeserver.easesoftware.com (Postfix) with ESMTP id 2C4D029A7E3 for ; Mon, 10 Jul 2006 16:26:45 -0500 (CDT) Original-Received: from easeserver.easesoftware.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29398-05 for ; Mon, 10 Jul 2006 16:26:42 -0500 (CDT) Original-Received: from [64.192.143.213] (unknown [64.192.143.213]) by easeserver.easesoftware.com (Postfix) with ESMTP id 54F7A29A7C4 for ; Mon, 10 Jul 2006 16:26:42 -0500 (CDT) Original-To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at easesoftware.net X-Mailman-Approved-At: Tue, 11 Jul 2006 02:03:17 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15210 Archived-At: Trivial change to help support emacs on AIX 5.2 and 5.3. I changed configure. The real change probably goes in configure.in. I'm not subscribe to this mailing list. Hope this helps. Perry diff -c configure.old configure *** configure.old Mon Jul 10 15:52:03 2006 --- configure Mon Jul 10 15:52:46 2006 *************** *** 1215,1220 **** --- 1215,1226 ---- rs6000-ibm-aix5.1* | powerpc-ibm-aix5.1* ) machine=ibmrs6000 opsys=aix4-2 ;; + rs6000-ibm-aix5.2* | powerpc-ibm-aix5.2* ) + machine=ibmrs6000 opsys=aix4-2 + ;; + rs6000-ibm-aix5.3* | powerpc-ibm-aix5.3* ) + machine=ibmrs6000 opsys=aix4-2 + ;; rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) machine=ibmrs6000 opsys=aix4 ;;