Re: m4_ax_check_typedef.m4 fixes
Nick Bowler <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 2023-11-11 04:34, stsp wrote: > Hi, I've found the m4_ax_check_typedef.m4 script here: > http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_check_typedef.m4 This is the Autoconf list, which despite the confusingly similar name is unrelated to the "Autoconf Archive" project. > It appears to be very buggy: Yes, we unfortunately we get a lot of reports of problems in the Autoconf Archive sent to the Autoconf lists. > Attached is the fixed version of a script. According to https://www.gnu.org/software/autoconf-archive/How-to-contribute.html The preferred way to submit patches to the autoconf archive is via the patch tracker[1] on Savannah. You could also try the mailing list[2] at [email protected] (but this is not mentioned on the how to contribute page). [1] http://savannah.gnu.org/patch/?func=additem&group=autoconf-archive [2] https://lists.gnu.org/mailman/listinfo/autoconf-archive-maintainers Hope that helps, Nick