This is the mail archive of the gcc-bugs@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/3725: changed to configure.in's for autoconf 2.50



>Number:         3725
>Category:       other
>Synopsis:       changed to configure.in's for autoconf 2.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 17 20:46:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bugs
>Release:        3.1 20010717 (experimental)
>Organization:
CSIRO
>Environment:
System: Linux pcrod 2.2.16-0usb #2 SMP Sun Jul 1 15:33:44 WST 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc/configure 
>Description:
	some changes to configure.in's to substitute target_alias.
        Without this, gcc et al search paths get compiled in with a garbage directory.
>How-To-Repeat:
	update to autconf 2.50 & try to build in separate obj tree.
>Fix:

cvs diff -u output follows. Should fix all configure.in's whose Makefile.in
contains @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.
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)
>Release-Note:
>Audit-Trail:
>Unformatted:


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