This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: error in gcc/configure.in (gxx_include_dir)
- To: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Subject: Re: error in gcc/configure.in (gxx_include_dir)
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 30 Oct 1998 01:01:51 -0700
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <oryapzw3uk.fsf@araguaia.dcc.unicamp.br>you write:
> I've just been bitten by an error in my last patch to
> gcc/configure.in. gxx_include_dir will not be correctly found if
> prefix != exec_prefix, because I failed to duplicate autoconf quoting
> characters :-(.
>
> A patch is attached. Ok to install?
> Index: gcc/ChangeLog
> from Alexandre Oliva <oliva@dcc.unicamp.br>
>
> * configure.in (gxx_include_dir): bitten by autoconf quoting
> characters :-(
This is fine.
Or you might consider using the changequote stuff to avoid the quoting stuff
in that block of code.
jeff