From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9702040834.AA13969@nile.gnat.com> Subject: Re: bash and configure for GNAT To: jack AT st DOT rim DOT or DOT jp Date: Tue, 4 Feb 1997 03:34:44 -0500 (EST) Cc: jack AT st DOT rim DOT or DOT jp, djgpp-workers AT delorie DOT com In-Reply-To: <9702012224.AA18978@nile.gnat.com> from "Douglas B. Rupp" at Feb 1, 97 05:24:59 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 436 > > However there are a couple of things that don't work in gcc-272/configure: > > 2) "sed -e "s,CC=set-by-configure,CC=\'case '$(CC)' in ..." > gives "./configure: CC: command not found". > > Backquoting the $ works around this, but it's bug. I guess the signle > quotes should turn of the expansion of $(CC) ? > I see that the gcc development sources have "...'\$(CC)'...", so it was a bug in the configure script, not in bash.