1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-11-18 12:25:57 +03:00

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

@@ -9,7 +9,7 @@
* Daniel Veillard <veillard@redhat.com>
*/
#include "config.h"
#include <config.h>
#include <Python.h>
#include "libvirt/libvirt.h"