X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cfg.mk;fp=cfg.mk;h=c1334fe55800bc3143cd93599169607df40e17b9;hb=82763b5c23c8ff47d46f679d57f1af02f2a08df1;hp=0000000000000000000000000000000000000000;hpb=73662156dae13a34ba214911bba62757d28f6847;p=hivex.git diff --git a/cfg.mk b/cfg.mk new file mode 100644 index 0000000..c1334fe --- /dev/null +++ b/cfg.mk @@ -0,0 +1,21 @@ +# Tests not to run as part of "make distcheck". +local-checks-to-skip = \ + sc_prohibit_strcmp \ + sc_two_space_separator_in_usage \ + sc_prohibit_magic_number_exit \ + sc_file_system \ + sc_GPL_version \ + sc_bindtextdomain \ + sc_makefile_path_separator_check \ + sc_program_name + +gnulib_dir = .gnulib + +exclude_file_name_regexp--sc_trailing_blank = \ + ^sh/hivexsh\.pod$$ + +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ + ^images/minimal$$ + +exclude_file_name_regexp--sc_useless_cpp_parens = \ + ^lib/gettext\.h$$