diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f3ccabaa7..0500ed877 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.14.0a], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.14.1], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([bin/automake.in]) AC_CONFIG_AUX_DIR([lib]) @@ -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]) |