summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:32 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:32 +0100
commitb9dea0c392c0f462eade4b152af7c7fafb7759a1 (patch)
tree257cdc289dc777324f1846da64170a51d98ef67e /cfg.mk
parent6246dd17a43626f5ba118279ab9e5691bffe9fdc (diff)
downloadgnutls-b9dea0c392c0f462eade4b152af7c7fafb7759a1.tar.gz
Ignore pkg.m4. Copyright fixes.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index fd3a1e6c50..6f02a6a5d6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006-2012 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
@@ -40,7 +40,8 @@ local-checks-to-skip = sc_GPL_version sc_bindtextdomain \
sc_require_config_h_first sc_texinfo_acronym sc_trailing_blank \
sc_unmarked_diagnostics sc_useless_cpp_parens
-VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|(devel/perlasm/|build-aux/|gl/|src/cfg/|tests/suite/ecore/|doc/protocol/).*$$
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|m4/pkg|(devel/perlasm/|build-aux/|gl/|src/cfg/|tests/suite/ecore/|doc/protocol/).*$$
+update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
# Explicit syntax-check exceptions.
exclude_file_name_regexp--sc_cast_of_alloca_return_value = ^guile/modules/gnutls/build/priorities.scm|guile/src/core.c$$