Re: heads up RE autoconf C23 vs legacy code
Tobias Nygren <[email protected]> Fri, 3 Jul 2026 10:24:04 +0200
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 02 Jul 2026 18:12:44 -0400 Greg Troxel <[email protected]> wrote: > How about the following? With this and GCC_REQD=14, scmcvs built for > me. > -USE_TOOLS+= makeinfo autoconf > +# autoconf 2.73 AC_PROG_CC attempts to set --std=c23, which cvs does not support. > +USE_TOOLS+= autoconf269 > +USE_TOOLS+= makeinfo This works on macOS too. I'm ok with this fix. Note the package also has a (redundant?) AUTOCONF_REQD=2.50 declaration.