summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-12-24 15:26:17 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-12-24 15:26:17 +0100
commit39a0a5de8c5d3cb130e4681b2b31d849daf2b761 (patch)
treeb34f90ca207bc70925c8c2f42c139c906038f007 /configure.ac
parent4527bb9a806a720f80ed13bb3829ba73cc014966 (diff)
parent5a29051fa9b6f4a20df041ba7221796e31bf8342 (diff)
downloadautomake-39a0a5de8c5d3cb130e4681b2b31d849daf2b761.tar.gz
Merge branch 'micro' into minor
* micro: post-release: micro version bump to 1.14.1a devel version release: stable micro release 1.14.1 HACKING: minor clarification tests: make install-info-dir.sh print more debugging info tests: remove too-brittle test tap-realtime.sh maintainer: am-ft: add option to cater to clock skews sync: update INSTALL, config.guess and config.sub from upstream TAP driver: cosmetic fixes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c470ed4e..a294aee5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,8 +42,8 @@ dnl the automake options to avoid bloating and potential problems.
AM_INIT_AUTOMAKE([-Wall -Werror dist-xz filename-length-max=99
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 our Makefile.
+# Keep this on a line of its own, since it must be found and processed
+# by the 'update-copyright' rule in our Makefile.
RELEASE_YEAR=2013
AC_SUBST([RELEASE_YEAR])