Enable the <config.h>-requiring test; fix violations

Use <config.h>, not "config.h", per autoconf documentation.
* Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable.
* .x-sc_require_config_h: New file, to list exempted files.
* Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h.
This commit is contained in:
Jim Meyering
2008-01-29 18:15:54 +00:00
parent 9e4c8fcb3a
commit a378188194
52 changed files with 62 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>