diff options
author | 2008-02-07 19:20:36 +0000 | |
---|---|---|
committer | 2008-02-07 19:20:36 +0000 | |
commit | db4037e592c0b93c0348ae6e5278e4e03a8a3e7b (patch) | |
tree | 16120a7d7ff843aadccab3f5d9cf582c0953c36d /.x-sc_no_have_config_h | |
parent | autobuild.sh: Run "make syntax-check", so the autobuilder does this. (diff) | |
download | libvirt-db4037e592c0b93c0348ae6e5278e4e03a8a3e7b.tar.gz libvirt-db4037e592c0b93c0348ae6e5278e4e03a8a3e7b.tar.bz2 libvirt-db4037e592c0b93c0348ae6e5278e4e03a8a3e7b.zip |
Enable another syntax-check rule.
* Makefile.cfg (local-checks-to-skip): Remove sc_no_have_config_h.
* qemud/mdns.c: Remove "#ifdef HAVE_CONFIG_H".
* Makefile.maint (sc_no_have_config_h): Tighten up regexp,
so that the above mention of "HAVE_CONFIG_H" doesn't match.
* .x-sc_no_have_config_h: New file, to exempt gnulib/ straggler.
Diffstat (limited to '.x-sc_no_have_config_h')
-rw-r--r-- | .x-sc_no_have_config_h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.x-sc_no_have_config_h b/.x-sc_no_have_config_h new file mode 100644 index 000000000..f1062679f --- /dev/null +++ b/.x-sc_no_have_config_h @@ -0,0 +1 @@ +^gnulib/lib/strsep\.c$ |