diff options
-rw-r--r-- | bootstrap.conf | 1 | ||||
-rw-r--r-- | build-aux/.gitignore | 1 | ||||
-rw-r--r-- | cfg.mk | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 178cc747..337ef627 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -73,6 +73,7 @@ gnulib_modules=' gnupload maintainer-makefile readme-release + update-copyright ' # Extra gnulib files that are not in modules, which override files of diff --git a/build-aux/.gitignore b/build-aux/.gitignore index b1a6b9f5..cd69b8c2 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -17,3 +17,4 @@ /useless-if-before-free /vc-list-files /gitlog-to-changelog +/update-copyright @@ -1,6 +1,6 @@ # cfg.mk -- Configuration for maintainer-makefile # -# Copyright (c) 2011 Free Software Foundation, Inc. +# Copyright (c) 2011-2012 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2011 # # This file is part of GNU Libtool. @@ -21,6 +21,8 @@ # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Boston, # MA 02111-1301, USA. +update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1 + # Set format of NEWS old_NEWS_hash := d41d8cd98f00b204e9800998ecf8427e |