diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-04-24 10:30:21 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-04-24 11:00:17 +0200 |
commit | 09ad4a8dfd18822961c5a8501467eab2a193f670 (patch) | |
tree | 7625331295142f00828ac32a1fb4b5da0c9a142d /cfg.mk | |
parent | cc8b9e8b383fb49e03606255949a00143f0f89a2 (diff) | |
download | libtasn1-09ad4a8dfd18822961c5a8501467eab2a193f670.tar.gz libtasn1-09ad4a8dfd18822961c5a8501467eab2a193f670.tar.bz2 libtasn1-09ad4a8dfd18822961c5a8501467eab2a193f670.zip |
Update gnulib files and fix syntax-check warnings.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -31,7 +31,14 @@ local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h \ sc_require_config_h sc_require_config_h_first \ sc_immutable_NEWS sc_prohibit_magic_number_exit \ sc_bindtextdomain -VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux|gl|lib/gllib|lib/glm4)/.*$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux/|gl/|lib/gllib/|lib/glm4/|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/|doc/fdl-1.3.texi)$ + +# Explicit syntax-check exceptions. +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/TestIndef.p12$ +exclude_file_name_regexp--sc_GPL_version = ^lib/libtasn1.h$ +exclude_file_name_regexp--sc_program_name = ^tests/|examples/ +exclude_file_name_regexp--sc_prohibit_atoi_atof = ^src/asn1Coding.c|src/asn1Decoding.c$ +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/crlf.cer|tests/TestIndef.p12$ bootstrap-tools := autoconf,automake,libtool,bison gpg_key_ID = b565716f |