This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Patch for autoconf cleanup/update in ld subdirectory


On Fri, 2005-06-03 at 14:20, Steve Ellcey wrote:
> 	configure.in (AM_BINUTILS_WARNINGS): Add.
> 	(BFD_NEED_DECLARATION) Replace with AC_CHECK_DECLS
> 	config.in: Regenerate.
> 	configure: Regenerate.
> 	sysdep.h (NEED_DECLARATION_*): Replace with 
> 	HAVE_DECL_*
> 	ldmain.c: Ditto.

I checked in the patch for you.  I fixed the ChangeLog entry, you keep
forgetting the asterisks (*).

I also made the change Zack suggested, after checking the autoconf
manual.  This is the way that AC_CHECK_DECLS is intended to be used.  If
we want separate checks, then we could be using AC_CHECK_DECL instead of
AC_CHECK_DECLS.  This change makes no significant difference to the
configure output; the only change is 8 fewer newlines.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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