summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-01-13 11:47:30 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-13 11:48:14 +0100
commitc932d6135ca3e508f7136810b9b0bf79725290b9 (patch)
tree00ef5b880925b34d9020e50c892daee63d058815 /configure.ac
parente4caef0eadbc338cc3bcbb38f5bf0abbf6dc581f (diff)
downloadbison-c932d6135ca3e508f7136810b9b0bf79725290b9.tar.gz
maint: run "make update-copyright".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f2490c91..2540698d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure template for GNU Bison. -*-Autoconf-*-
#
-# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,9 +25,9 @@ AC_PREREQ(2.68)
AC_INIT([GNU Bison],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-bison@gnu.org])
-AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2011],
+AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2012],
[The copyright year for this package])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2011])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])