Re: 'aclocal-1.16' is missing on your system.
Paul Eggert <[email protected]> Sat, 7 Dec 2024 09:15:43 -0800
| Newsgroups | gmane.comp.version-control.rcs.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 2024-12-07 02:10, Christoph Karl wrote: > This avoids an > implicit function declaration and build failures with future compilers. Can't you instead tell CC or CFLAGS to not worry about the implicit function declaration? I.e., specify an older C standard, or tell it to not warn about the problem. That way, you don't have to patch and don't have to worry about aclocal version. This problem should be fixed in the next RCS release so there's no need to worry about maintaining the CC/CFLAGS forever.