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]

PR 3725, autoconf 2.50 patch


Hi,

This following patch was supplied in PR 3725,
in order to fix problems in bootstrapping with
autoconf 2.50.

2001-12-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	* configure.in: Add AC_SUBST(target_alias).

Index: boehm-gc/configure.in
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/configure.in,v
retrieving revision 1.27
diff -u -r1.27 configure.in
--- configure.in	2001/06/26 22:21:26	1.27
+++ configure.in	2001/07/18 03:23:48
@@ -81,6 +81,7 @@
    target_all=libgcjgc.la
 fi
 AC_SUBST(target_all)
+AC_SUBST(target_alias)
 
 dnl If the target is an eCos system, use the appropriate eCos
 dnl I/O routines.


2001-12-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	* configure.in: Add AC_SUBST(target_alias).

Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.533
diff -u -r1.533 configure.in
--- configure.in	2001/07/17 21:51:19	1.533
+++ configure.in	2001/07/18 03:24:01
@@ -2102,6 +2102,7 @@
 AC_SUBST(xm_file)
 AC_SUBST(xm_defines)
 AC_SUBST(will_use_collect2)
+AC_SUBST(target_alias)
 AC_SUBST(c_target_objs)
 AC_SUBST(cxx_target_objs)
 AC_SUBST(target_cpu_default)

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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