summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-12-24 15:31:02 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-12-24 15:31:02 +0100
commit22a496d84271b2fa25c0d22a233dde4a3eee9ca3 (patch)
tree89782856b0e9ce07837d765ddb27af425757039d /configure.ac
parent65fecfc54fadc8c35cdd81e3b03f845990bf5279 (diff)
parent526c4b04a699fd62da6bc3915cdb333f0a6ca92d (diff)
downloadautomake-22a496d84271b2fa25c0d22a233dde4a3eee9ca3.tar.gz
Merge branch 'minor'
* minor: NEWS: stop reporting "new" Automake versioning scheme 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 7801a5070..85af68a97 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])