From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29760 invoked by alias); 18 Dec 2001 17:29:39 -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 28968 invoked from network); 18 Dec 2001 17:28:20 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 18 Dec 2001 17:28:20 -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 JAA05774 for ; Tue, 18 Dec 2001 09:28:18 -0800 (PST) Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.11.6/8.11.6) with ESMTP id fBIHRr616991; Tue, 18 Dec 2001 10:27:53 -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 05:06:45 -0200. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Dec 2001 09:29:00 -0000 Message-ID: <16990.1008696473@porcupine.cygnus.com> X-SW-Source: 2001-12/txt/msg00441.txt.bz2 > 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. BTW, who maintains automake these days? This problem really should be fixed in automake itself. We really don't want to be putting compilers into strict ANSI mode -- automake even has a comment to this effect, but whomever wrote the code apparently wasn't aware of how to get the desired behavior out of the HP-UX compiler. jeff