public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: buglet in gcc/configure
@ 1997-09-29 23:24 Christian Iseli
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Iseli @ 1997-09-29 23:24 UTC (permalink / raw)
  To: law; +Cc: egcs

> From law@hurl.cygnus.com Mon Sep 29 17:59 MET 1997
>   In message < 199709290837.KAA08441@lslsun17.epfl.ch >you write:
>   > The sed pattern to replace @INSTALL@ in Makefile.in is missing
>   > from gcc/configure.
>   > Here is the trivial patch:
> Thanks for pointing this out.  However, your fix is wrong.
> 
> "configure" is generated from "configure.in"; so the right place
> to fix this problem is "configure.in" (which I've done).

Ah, sorry about that.  Guess I'm still not used to have a configure.in in gcc... ;-)

					Christian

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

* Re: buglet in gcc/configure
  1997-09-29  1:38 Christian Iseli
@ 1997-09-29  8:59 ` Jeffrey A Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1997-09-29  8:59 UTC (permalink / raw)
  To: Christian Iseli; +Cc: egcs

  In message < 199709290837.KAA08441@lslsun17.epfl.ch >you write:
  > The sed pattern to replace @INSTALL@ in Makefile.in is missing
  > from gcc/configure.
  > Here is the trivial patch:
Thanks for pointing this out.  However, your fix is wrong.

"configure" is generated from "configure.in"; so the right place
to fix this problem is "configure.in" (which I've done).

jeff

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

* buglet in gcc/configure
@ 1997-09-29  1:38 Christian Iseli
  1997-09-29  8:59 ` Jeffrey A Law
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Iseli @ 1997-09-29  1:38 UTC (permalink / raw)
  To: egcs

Hi,

The sed pattern to replace @INSTALL@ in Makefile.in is missing from gcc/configure.
Here is the trivial patch:

					Christian


*** gcc/configure.dist	Thu Sep 25 06:49:36 1997
--- gcc/configure	Mon Sep 29 10:31:39 1997
*************** s%@LN@%$LN%g
*** 4816,4821 ****
--- 4816,4822 ----
  s%@LN_S@%$LN_S%g
  s%@RANLIB@%$RANLIB%g
  s%@YACC@%$YACC%g
+ s%@INSTALL@%$INSTALL%g
  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  s%@INSTALL_DATA@%$INSTALL_DATA%g
  s%@CC@%$CC%g

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

end of thread, other threads:[~1997-09-29 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-29 23:24 buglet in gcc/configure Christian Iseli
  -- strict thread matches above, loose matches on Subject: below --
1997-09-29  1:38 Christian Iseli
1997-09-29  8:59 ` Jeffrey A Law

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).