From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24012 invoked by alias); 18 Dec 2001 20:51:46 -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 23757 invoked from network); 18 Dec 2001 20:50:28 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 18 Dec 2001 20:50:28 -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 MAA29990 for ; Tue, 18 Dec 2001 12:50:27 -0800 (PST) Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.11.6/8.11.6) with ESMTP id fBIKnvd18105; Tue, 18 Dec 2001 13:49:57 -0700 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: Update for AC_PROG_STDC_CC fix Reply-To: law@redhat.com From: law@redhat.com In-reply-to: Your message of Tue, 18 Dec 2001 15:35:46 EST. <3C1FA8A2.2010205@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Dec 2001 12:51:00 -0000 Message-ID: <18104.1008708596@porcupine.cygnus.com> X-SW-Source: 2001-12/txt/msg00447.txt.bz2 > > * acinclude.m4 (AM_PROG_CC_STDC): New macro to override the broken > > one in automake. Uses -Ae, not -Aa to put HP compiler into ANSI > > with extensions mode. > > * aclocal.m4: Rebuilt. > > > > > Mostly ok. Before checking it in can you please tweek the name to be > something else (GDB_PROG_CC_STDC?) and modify the description to mention > how it is different to AM_PROG_CC_STDC. Or better yet, can we get rid of it completely from GDB? The only reason this causes problems is the bogus definition of prog_cc_stdc found when configuring gdb bleeds into other directories which use prog_cc_stdc via a shared config.cache. I haven't followed things closely enough to know if that's viable or not (not to mention my lack of knowledge regarding autoconf/automake). > Are you able to pull this into the 5.1 branch or do you want me to? I can if we in fact do need a CC_STDC definition for gdb. jeff