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]

A patch for */configure.in (Re: A patch for ld)


On Thu, Sep 07, 2000 at 11:50:20AM -0700, Nick Clifton wrote:
> 
> Approved - but next time please split unrelated patches up into
> separate posts.  Thanks.
> 

Ok. I checked in the patch for ld/Makefile.{am,in}. I put all the
configure.in patches into one. Is that ok to install?

Thanks.

-- 
H.J. Lu (hjl@gnu.org)
----
2000-09-07  H.J. Lu  <hjl@gnu.org>

	* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
	* configure: Rebuild.

Index: binutils/configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.16
diff -u -p -r1.16 configure.in
--- configure.in	2000/09/02 21:35:45	1.16
+++ configure.in	2000/09/07 19:56:44
@@ -4,6 +4,7 @@ AC_PREREQ(2.13)
 AC_INIT(ar.c)
 
 AC_CANONICAL_SYSTEM
+AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(binutils, 2.10.91)
 
Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.41
diff -u -p -r1.41 configure.in
--- configure.in	2000/09/07 04:26:36	1.41
+++ configure.in	2000/09/07 19:56:44
@@ -9,6 +9,7 @@ AC_PREREQ(2.13)
 AC_INIT(as.h)
 
 AC_CANONICAL_SYSTEM
+AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(gas, 2.10.91)
 
Index: gprof/configure.in
===================================================================
RCS file: /cvs/src/src/gprof/configure.in,v
retrieving revision 1.6
diff -u -p -r1.6 configure.in
--- configure.in	2000/09/02 21:35:46	1.6
+++ configure.in	2000/09/07 19:56:44
@@ -3,6 +3,7 @@ AC_PREREQ(2.13)
 AC_INIT(gprof.c)
 
 AC_CANONICAL_SYSTEM
+AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(gprof, 2.10.91)
 
@@ -17,7 +18,6 @@ AM_CONFIG_HEADER(gconfig.h:gconfig.in)
 AC_PROG_CC
 AC_PROG_INSTALL
 
-AC_ISC_POSIX
 AC_CHECK_FUNCS(setmode)
 
 ALL_LINGUAS=
Index: ld/configure.in
===================================================================
RCS file: /cvs/src/src/ld/configure.in,v
retrieving revision 1.11
diff -u -p -r1.11 configure.in
--- configure.in	2000/09/02 21:35:47	1.11
+++ configure.in	2000/09/07 19:56:44
@@ -4,6 +4,7 @@ AC_PREREG(2.13)
 AC_INIT(ldmain.c)
 
 AC_CANONICAL_SYSTEM
+AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(ld, 2.10.91)
 

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