From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27944 invoked by alias); 18 Dec 2001 20:59:07 -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 27377 invoked from network); 18 Dec 2001 20:57:48 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 18 Dec 2001 20:57:48 -0000 Received: from creche.cygnus.com (ta0195.peakpeak.com [204.144.244.195]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id NAA27370; Tue, 18 Dec 2001 13:57:41 -0700 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id OAA15158; Tue, 18 Dec 2001 14:05:18 -0700 To: law@redhat.com Cc: Alexandre Oliva , gdb-patches@sources.redhat.com Subject: Re: configure patch for hpux References: <16990.1008696473@porcupine.cygnus.com> X-Zippy: When I met th'POPE back in '58, I scrubbed him with a MILD SOAP or DETERGENT for 15 minutes. He seemed to enjoy it.. X-Attribution: Tom Reply-To: tromey@redhat.com From: Tom Tromey Date: Tue, 18 Dec 2001 12:59:00 -0000 In-Reply-To: law@redhat.com's message of "Tue, 18 Dec 2001 10:27:53 -0700" Message-ID: <877krkb5o1.fsf@creche.redhat.com> X-Mailer: Gnus v5.7/Emacs 20.5 X-SW-Source: 2001-12/txt/msg00448.txt.bz2 >>>>> "Jeff" == law writes: Jeff> BTW, who maintains automake these days? This problem really Jeff> should be fixed in automake itself. We really don't want to be Jeff> putting compilers into strict ANSI mode -- automake even has a Jeff> comment to this effect, but whomever wrote the code apparently Jeff> wasn't aware of how to get the desired behavior out of the HP-UX Jeff> compiler. Technically I maintain it. In practice Akim Demaille does. The current automake/m4/ccstdc.m4 says this: # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE It would be good to upgrade our tree to automake 1.5. However, 1.5 might not yet be stable enough for this :-(. Tom