summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-17 06:34:24 -0600
committerEric Blake <ebb9@byu.net>2009-08-17 06:41:53 -0600
commita03d6514683e4a2ab3afb66bfc25e9c58627569a (patch)
tree9e8056b83e985ec8b287602a7147521e8164febb
parentdc6f4e243a02fe3f1b9dd66767b5d8b468f840ba (diff)
downloadm4-a03d6514683e4a2ab3afb66bfc25e9c58627569a.tar.gz
Prepare to bulk update copyright year.
* gnulib: Update. * m4/gnulib-cache.m4: Import update-copyright module. * cfg.mk (update-copyright-env): Enforce longhand behavior. * .x-update-copyright: New file. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 548145f74620c9deb456c9eec3f20e18968d4da7)
-rw-r--r--.x-update-copyright1
-rw-r--r--ChangeLog6
-rw-r--r--cfg.mk3
m---------gnulib0
-rw-r--r--m4/gnulib-cache.m43
5 files changed, 12 insertions, 1 deletions
diff --git a/.x-update-copyright b/.x-update-copyright
new file mode 100644
index 00000000..725ba407
--- /dev/null
+++ b/.x-update-copyright
@@ -0,0 +1 @@
+m4/gnulib-cache.m4
diff --git a/ChangeLog b/ChangeLog
index 90dd0bc9..c17b6291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-08-17 Eric Blake <ebb9@byu.net>
+ Prepare to bulk update copyright year.
+ * gnulib: Update.
+ * m4/gnulib-cache.m4: Import update-copyright module.
+ * cfg.mk (update-copyright-env): Enforce longhand behavior.
+ * .x-update-copyright: New file.
+
Explicitly request GNU getopt extensions.
* gnulib: Update.
* m4/gnulib-cache.m4: Use getopt-gnu, not obsolete getopt module.
diff --git a/cfg.mk b/cfg.mk
index ccdfa39d..5a9aad6a 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -38,3 +38,6 @@ config_h_header = "m4\.h"
# Hash of NEWS contents, to ensure we don't add entries to wrong section.
old_NEWS_hash = 0330971054cd4fb4e94b85fe367980f2
+
+# Always use longhand copyrights.
+update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=0
diff --git a/gnulib b/gnulib
-Subproject 2f5181b1a247323cb2a4a4c6165997674866bb2
+Subproject 077d9afeabe70728bec79f7ea9eff0264a7fccd
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 8400caa6..8eb05083 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,7 +15,7 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io bitrotate clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs getopt-gnu git-version-gen gnumakefile gnupload gpl-3.0 hash intprops maintainer-makefile memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex rename snprintf-posix stdbool stdint stdlib-safer strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf wait-process xalloc xmemdup0 xprintf xvasprintf-posix
+# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io bitrotate clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs getopt-gnu git-version-gen gnumakefile gnupload gpl-3.0 hash intprops maintainer-makefile memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex rename snprintf-posix stdbool stdint stdlib-safer strtod strtol unlocked-io update-copyright vasnprintf-posix verror version-etc version-etc-fsf wait-process xalloc xmemdup0 xprintf xvasprintf-posix
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
@@ -70,6 +70,7 @@ gl_MODULES([
strtod
strtol
unlocked-io
+ update-copyright
vasnprintf-posix
verror
version-etc