summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-01-05 21:13:38 -0700
committerEric Blake <ebb9@byu.net>2010-01-05 21:13:38 -0700
commit2b43774de1174002de49f9339e75de807bba85c6 (patch)
tree7a368bd55469e4f5d14b57284e29e67e6250ecf3 /cfg.mk
parentb95a1aea40eb6d09438fa45ee7897be7ab3776a2 (diff)
downloadautoconf-2b43774de1174002de49f9339e75de807bba85c6.tar.gz
Update upstream files.
* GNUmakefile: Update via 'make fetch'. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/gnupload: Likewise. * build-aux/move-if-change: Likewise. * build-aux/update-copyright: Likewise. * build-aux/vc-list-files: Likewise. * doc/standards.texi: Likewise. * cfg.mk (update-copyright-env): Enforce wrap column. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index fdf95857..7b1eb938 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -97,4 +97,6 @@ local-checks-to-skip ?= \
changelog-check sc_unmarked_diagnostics
# Always use longhand copyrights.
-update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=0
+update-copyright-env = \
+ UPDATE_COPYRIGHT_USE_INTERVALS=0 \
+ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72