Re: [v3] libstdc++/47145

2011-03-08 Thread Jonathan Wakely
On 8 March 2011 17:30, Benjamin Kosnik wrote: > >> > For convenience, this patch steps around the STYLESHEET_FLAG >> > question by just punting to the net for validation only. >> >> But it still uses --nonet in that step, right? So it doesn't use the >> network at all, the mapping from the canonica

Re: [v3] libstdc++/47145

2011-03-08 Thread Benjamin Kosnik
> > For convenience, this patch steps around the STYLESHEET_FLAG > > question by just punting to the net for validation only. > > But it still uses --nonet in that step, right? So it doesn't use the > network at all, the mapping from the canonical stylesheet URL to a > local file is done by the s

Re: [v3] libstdc++/47145

2011-03-08 Thread Jonathan Wakely
On 8 March 2011 00:14, Benjamin Kosnik wrote: > > Conditionally set XSL_STYLE_DIR at configure time for either debian or > fedora/RHEL based systems. As discussed in bugzilla. > > For convenience, this patch steps around the STYLESHEET_FLAG question by > just punting to the net for validation only.

[v3] libstdc++/47145

2011-03-07 Thread Benjamin Kosnik
Conditionally set XSL_STYLE_DIR at configure time for either debian or fedora/RHEL based systems. As discussed in bugzilla. For convenience, this patch steps around the STYLESHEET_FLAG question by just punting to the net for validation only. STYLESHEET_FLAG is only used in the validation makefil