From ceae3e339f25193207809084cfcf929d75558859 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 12 Apr 2005 02:50:28 +0000 Subject: bfd/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * libcoff.h: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am: Run "make dep-am". (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command. (sysroff.o, defparse.o, deflex.o): Likewise. (nlmheader.o, rcparse.o, rclex.o): Likewise. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command. * Makefile.in: Regenerate. * config.in: Regenerate. --- ld/config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ld/config.in') diff --git a/ld/config.in b/ld/config.in index a905962..689a99c 100644 --- a/ld/config.in +++ b/ld/config.in @@ -154,6 +154,9 @@ /* Define to 1 if NLS is requested */ #undef ENABLE_NLS +/* Is the prototype for getopt in in the expected format? */ +#undef HAVE_DECL_GETOPT + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN @@ -175,5 +178,3 @@ /* Additional extension a shared object might have. */ #undef EXTRA_SHLIB_EXTENSION -/* Is the prototype for getopt in in the expected format? */ -#undef HAVE_DECL_GETOPT -- cgit v1.1