This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFR fixincludes header consistency
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Marcin Dalecki <martin at dalecki dot de>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 31 Jan 2006 13:54:10 +0000 (UTC)
- Subject: Re: RFR fixincludes header consistency
- References: <5F5F071F-C40F-4421-9291-0CA440EEE804@dalecki.de>
On Tue, 31 Jan 2006, Marcin Dalecki wrote:
> 2006-01-31 Marcin Dalecki <martin@dalecki.de>
>
> * fixincludes/config.h.in: Declare HAVE_DECL_ASPRINTF,
> HAVE_DECL_BASENAME, HAVE_DECL_VASPRINTF.
> * fixincludes/configure.ac: Check for asprintf, basename, vasprintf.
This should be:
> 2006-01-31 Marcin Dalecki <martin@dalecki.de>
>
> * configure.ac: Check for asprintf, basename, vasprintf.
> * config.h.in: Regenerate.
Because it's going in fixincludes/ChangeLog, the files don't get named
with the fixincludes/ prefix. And config.h.in should be regenerated with
autoheader from autoconf 2.59 rather than manually edited.
--
Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/
jsm@polyomino.org.uk (personal mail)
joseph@codesourcery.com (CodeSourcery mail)
jsm28@gcc.gnu.org (Bugzilla assignments and CCs)