From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32058 invoked by alias); 15 Dec 2001 16:47:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32029 invoked from network); 15 Dec 2001 16:47:20 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 15 Dec 2001 16:47:20 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 3DCEF3D60; Sat, 15 Dec 2001 11:47:18 -0500 (EST) Message-ID: <3C1B7E93.3040102@cygnus.com> Date: Sat, 15 Dec 2001 08:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: Alexandre Oliva Cc: law@redhat.com, gdb-patches@sources.redhat.com Subject: Re: configure patch for hpux References: <2308.1008226239@porcupine.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00399.txt.bz2 > On Dec 13, 2001, law@redhat.com wrote: > > >> Ugh. What a pain. But OK. I already have an example to work with >> (from make-3.79, which does the same thing). > > > Just copy the macro from aclocal.m4 to acinclude.m4 and apply the > change there. From then on, running `aclocal' will pick the macro > from acinclude.m4, instead of from automake's macro library. Alexandre, two questions. Would this -Ae vs -Aa going to be accepted into the master sources. If it isn't, should GDB change the name so that there isn't any confusion? Andrew