I've spent more than my fair share of my life fiddling with autoconf
installations, so I just hand-editted the patches to elide the
unwanted changes.
Now committed on both trunk and releases/14.
Thanks,
Roland
On Wed, 26 Mar 2025, Roland McGrath wrote:
> The libcpp code uses `#ifdef HAVE_SETLOCALE` but its configure doesn't
> have the corresponding check.
>
> Ok for trunk and 14 branch?
OK, but watch out for what look like spurious changes in the generated
configure (maybe resulting from a patched au
The libcpp code uses `#ifdef HAVE_SETLOCALE` but its configure doesn't
have the corresponding check.
Ok for trunk and 14 branch?
(Sorry for the attachment, my MUA is difficult.)
Thanks,
Roland
libcpp/
2025-03-27 Roland McGrath
* configure.ac: Check for setlocale.
* configure, config.in: Re