David A. Wheeler (2019/10/07 12:29 -0400):
> Here's a list of some style recommendations I made for autotools use:
>
> https://dwheeler.com/autotools/#style
>
> I think a number of them could be implemented by a linter.
> You could also warn about a missing AC_INIT and AC_OUTPUT,
> although I suspe
> David A. Wheeler (2019/10/07 12:29 -0400):
> > Here's a list of some style recommendations I made for autotools use:
> > https://dwheeler.com/autotools/#style
> > I think a number of them could be implemented by a linter.
> > You could also warn about a missing AC_INIT and AC_OUTPUT,
> > althoug
The Free Software Foundation has changed the GNU Mailman settings on
this list. The short version is that any subject prefix or message
footer has been removed, allowing us to turn off DMARC from munging.
Any list administrator for this list is free to change these settings
back, instructions are b
David A. Wheeler (2019/10/23 12:18 -0400):
> I just did a quick check with "autoreconf -i" in version 2.69.
> Sadly it does NOT warn about either AC_INIT or AC_OUTPUT missing.
Just for the reocrd there is the --warnings=all option. It does not warn
either but IMO it could/should and that's the kin