diff options
-rw-r--r-- | .x-sc_prohibit_strcmp | 1 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.x-sc_prohibit_strcmp b/.x-sc_prohibit_strcmp new file mode 100644 index 000000000..b7c456e8f --- /dev/null +++ b/.x-sc_prohibit_strcmp @@ -0,0 +1 @@ +^gnulib/ @@ -1,3 +1,9 @@ +Wed May 14 23:17:55 CEST 2008 Jim Meyering <meyering@redhat.com> + + exempt gnulib/ from "make syntax-check" strcmp prohibition + * .x-sc_prohibit_strcmp: New file. + * Makefile.am (EXTRA_DIST): Add .x-sc_prohibit_strcmp. + Wed May 14 15:34:43 EST 2008 Daniel P. Berrange <berrange@redhat.com> * qemud/qemud.c: Add 'listen_addr' config param to control diff --git a/Makefile.am b/Makefile.am index e32033a4d..73552a487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ libvirt.pc libvirt.pc.in \ $(man_MANS) autobuild.sh \ .x-sc_avoid_if_before_free \ + .x-sc_prohibit_strcmp \ .x-sc_require_config_h man_MANS = virsh.1 |