Re: Autotools lint tool

2019-10-23 Thread Sébastien Hinderer
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

Re: Autotools lint tool

2019-10-23 Thread David A. Wheeler
> 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

Fyi: this list, autoconf, just had it's subject [tag] and footer removed

2019-10-23 Thread sysadmin
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

Re: Autotools lint tool

2019-10-23 Thread Sébastien Hinderer
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