From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15009 invoked by alias); 18 Dec 2001 20:35:49 -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 14988 invoked from network); 18 Dec 2001 20:35:48 -0000 Received: from unknown (HELO localhost.cygnus.com) (195.224.55.237) by sources.redhat.com with SMTP; 18 Dec 2001 20:35:48 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 9C0AD3E8C; Tue, 18 Dec 2001 15:35:46 -0500 (EST) Message-ID: <3C1FA8A2.2010205@cygnus.com> Date: Tue, 18 Dec 2001 12:35: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: law@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: Update for AC_PROG_STDC_CC fix References: <17106.1008697616@porcupine.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00446.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. Are you able to pull this into the 5.1 branch or do you want me to? Andrew