summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-04-28 10:47:22 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-28 10:47:22 +0200
commitd3500f61b9bae2c5729f2383d9ab62248d42800a (patch)
tree1b421ce6f8f0bf03c609df65eef3e638e1e3e79d /configure.ac
parent8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69 (diff)
parent5f810d0d3ae5ea8937566a4f6e62b1dd024253b8 (diff)
downloadautomake-d3500f61b9bae2c5729f2383d9ab62248d42800a.tar.gz
Merge branch 'maint'
* maint: fixup: avoid unconditional re-bootstrapping on "make dist" build: ensure release year in copyright notice is up-to-date cosmetics: fix spacing in THANKS readme: explicitly state we use ranges in copyright years bootstrap: add convenience make target automake, aclocal: update copyright year in output
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3f55df734..dffe27075 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,11 @@ dnl the automake options to avoid bloating and potential problems.
AM_INIT_AUTOMAKE([dist-xz filename-length-max=99 color-tests
parallel-tests silent-rules no-define no-dependencies])
+## Keep this on a line of its own, since it must be found and processed
+## by the 'update-copyright' rule in out Makefile.
+RELEASE_YEAR=2012
+AC_SUBST([RELEASE_YEAR])
+
# The API version is the base version. We must guarantee
# compatibility for all releases with the same API version.
# Our current rule is that: