> From: Bruno Haible <[email protected]> > Date: Sun, 15 Oct 2023 13:24:32 +0200 > > For 'popen' and 'pclose', one needs the gnulib modules 'popen' and 'pclose', > respectively.
Windows has _popen and _pclose, which can be used instead. That's what MinGW does, AFAIK. But I'm not sure Texinfo should try supporting an MSVC build. It's enough to support MinGW, IMO.
