Patch for autoconf cleanup/update in ld subdirectory

James E Wilson wilson@specifixinc.com
Thu Jun 9 18:50:00 GMT 2005


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




More information about the Binutils mailing list