delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2003/06/25/03:20:25

From: Andris Pavenis <pavenis AT latnet DOT lv>
To: Eli Zaretskii <eliz AT elta DOT co DOT il>
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
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019