From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: trivial configure patch for 22.0.96 / AIX 4.3.3 Date: Thu, 22 Mar 2007 08:24:28 -0400 Organization: Spirent Communications, Inc. Message-ID: Reply-To: jbuehler@spirentcom.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174566301 20933 80.91.229.12 (22 Mar 2007 12:25:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 12:25:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 13:24:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HUMLa-0008Gg-GG for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 13:24:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUMNN-00049a-27 for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 07:26:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUMNJ-00045U-SR for emacs-devel@gnu.org; Thu, 22 Mar 2007 08:26:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUMNG-0003xM-4Q for emacs-devel@gnu.org; Thu, 22 Mar 2007 08:26:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUMNF-0003x1-Vg for emacs-devel@gnu.org; Thu, 22 Mar 2007 07:26:34 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HUMLS-0003rl-EO for emacs-devel@gnu.org; Thu, 22 Mar 2007 08:24:42 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HUMLM-0006aP-Nj for emacs-devel@gnu.org; Thu, 22 Mar 2007 13:24:36 +0100 Original-Received: from netrokpix001.spirentcom.com ([208.22.58.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2007 13:24:36 +0100 Original-Received: from jbuehler by netrokpix001.spirentcom.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2007 13:24:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: netrokpix001.spirentcom.com User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) X-Enigmail-Version: 0.94.0.0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68291 Archived-At: undump segfaults without this (obvious) patch --- configure.~1~ 2007-03-19 19:47:29.000000000 -0500 +++ configure 2007-03-21 15:19:57.000000000 -0500 @@ -2632,6 +2632,9 @@ rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; + rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) + machine=ibmrs6000 opsys=aix4-2 + ;; rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; -- Joe Buehler