This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFR fixincludes header consistency


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]