From: Andris Pavenis To: Eli Zaretskii Subject: Re: [ac131313 AT redhat DOT com: GDB 6 branch created] Date: Wed, 25 Jun 2003 10:17:53 +0300 User-Agent: KMail/1.5.2 Cc: djgpp-workers AT delorie DOT com References: <7458-Mon23Jun2003075001+0300-eliz AT elta DOT co DOT il> <200306241611 DOT 38128 DOT pavenis AT latnet DOT lv> <7458-Tue24Jun2003181634+0300-eliz AT elta DOT co DOT il> In-Reply-To: <7458-Tue24Jun2003181634+0300-eliz@elta.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306251017.54098.pavenis@latnet.lv> Reply-To: djgpp-workers AT delorie DOT com On Tuesday 24 June 2003 18:16, Eli Zaretskii wrote: > > It seems that this is due to this part of djgpp/config.sed: > > /^ *CONFIG_HEADERS=/,/^EOF/ { > s|config.h\([^-:]\)|config.h:config.h-in\1| > } > > and the problem here is that the dot in the first "config.h" is not > escaped. Does it help to modify this fragment of djgpp/config.sed > like this: > > /^ *CONFIG_HEADERS=/,/^EOF/ { > s|config\.h\\([^-:]\\)|config.h:config.h-in\1| > } > > ? Not enough. After that configure doesn't find config.h.in in the same directory ... Andris