From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5945 invoked by alias); 13 Dec 2001 06:52:19 -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 5212 invoked from network); 13 Dec 2001 06:51:00 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 13 Dec 2001 06:51:00 -0000 Received: from porcupine.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id WAA27117 for ; Wed, 12 Dec 2001 22:50:59 -0800 (PST) Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.11.6/8.11.6) with ESMTP id fBD6odI02309; Wed, 12 Dec 2001 23:50:39 -0700 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 To: Alexandre Oliva cc: gdb-patches@sources.redhat.com Subject: Re: configure patch for hpux Reply-To: law@redhat.com From: law@redhat.com In-reply-to: Your message of 13 Dec 2001 04:41:36 -0200. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Dec 2001 22:52:00 -0000 Message-ID: <2308.1008226239@porcupine.cygnus.com> X-SW-Source: 2001-12/txt/msg00340.txt.bz2 > On Dec 13, 2001, law@redhat.com wrote: > > > * aclocal.m4 (proc_cc_stdc): Use -Ae, not -Aa to get ANSI+extensions > > on hpux systems. > > You don't want to modify aclocal.m4, it's a generated file. > It's acinclude.m4 that should get a copy of this macro, that comes > straight from automake, and then have the macro modified. Ugh. What a pain. But OK. I already have an example to work with (from make-3.79, which does the same thing). jeff