summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk30
1 files changed, 15 insertions, 15 deletions
diff --git a/cfg.mk b/cfg.mk
index d03f1bcf..6c19eef6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
# Customize maint.mk. -*- makefile -*-
-# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,25 +17,25 @@
# Used in maint.mk's web-manual rule
manual_title = GNU macro processor
+# Always use shorthand copyrights.
+update-copyright-env = \
+ UPDATE_COPYRIGHT_USE_INTERVALS=1 \
+ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72
+
# Tests not to run as part of "make syntax-check".
+local-checks-to-skip =
+# We haven't yet turned on i18n
+local-checks-to-skip += sc_bindtextdomain
# M4 intentionally uses a coding style that compiles under C++.
-# sc_proper_name_utf8_requires_ICONV doesn't work with non-recursive Makefile
-# sc_po_check assumes a directory layout that we don't quite provide
-local-checks-to-skip = sc_cast_of_x_alloc_return_value \
- sc_proper_name_utf8_requires_ICONV \
- sc_po_check
+local-checks-to-skip += sc_cast_of_x_alloc_return_value
+# sc_copyright_check is currently broken for multi-line copyrights.
+local-checks-to-skip += sc_copyright_check
-# PRAGMA_SYSTEM_HEADER includes #, which does not work through a
-# Makefile variable, so we exempt it.
-_makefile_at_at_check_exceptions = ' && !/PRAGMA_SYSTEM_HEADER/'
+# Our files include "m4.h", which in turn includes <config.h> first.
+config_h_header = "m4\.h"
# Hash of NEWS contents, to ensure we don't add entries to wrong section.
-old_NEWS_hash = 63ea02337d29e0ce5574ec04d87df4f9
-
-# Always use longhand copyrights.
-update-copyright-env = \
- UPDATE_COPYRIGHT_USE_INTERVALS=0 \
- UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72
+old_NEWS_hash = cd89f6716f741756751054c484b7044b
# Indent only with spaces.
sc_prohibit_tab_based_indentation: