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]
Other format: [Raw text]

Re: [toplevel patch] miscellaneous cleanup


On Mar 10, 2003, Nathanael Nerode <neroden at twcny dot rr dot com> wrote:

> I mean, what was gxx_include_dir=${gxx_include_dir} all about ?!?

Heh.

> 	* Makefile.tpl: Delete unused Make macro.
> 	* Makefile.in: Regenerate.
> 	* configure.in: Clean up gxx_include_dir logic.
> 	* configure: Regenerate.

Ok, except for:

> -    gxx_include_dir='${prefix}/include/'${libstdcxx_incdir}
> +        gxx_include_dir='${prefix}/include/${libstdcxx_incdir}' ;;

Isn't this reintroducing the very bug that Franz Sirl fixed with:

2003-03-09  Franz Sirl  <Franz dot Sirl-kernel at lauterbach dot com>

	* configure.in (gxx_include_dir): Fix typo.
	* configure: Regenerated.

?  Please port his fix into your patch and check it in.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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