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