This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: error in gcc/configure.in (gxx_include_dir)



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]