public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/3725: changed to configure.in's for autoconf 2.50
@ 2001-12-15 23:24 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-12-15 23:24 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, peterho

Synopsis: changed to configure.in's for autoconf 2.50

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Dec 15 23:24:10 2001
State-Changed-Why:
    Patch applied.
    http://gcc.gnu.org/ml/gcc-patches/2001-12/msg01727.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3725


^ permalink raw reply	[flat|nested] 2+ messages in thread

* other/3725: changed to configure.in's for autoconf 2.50
@ 2001-07-17 20:46 peterho
  0 siblings, 0 replies; 2+ messages in thread
From: peterho @ 2001-07-17 20:46 UTC (permalink / raw)
  To: gcc-gnats

>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:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-16  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-15 23:24 other/3725: changed to configure.in's for autoconf 2.50 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-07-17 20:46 peterho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).