buglet in gcc/configure

Christian Iseli chris@lslsun.epfl.ch
Mon Sep 29 01:38:00 GMT 1997


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



More information about the Gcc mailing list