diff options
Diffstat (limited to 'Build/source/utils/lacheck/configure.ac')
-rw-r--r-- | Build/source/utils/lacheck/configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/lacheck/configure.ac b/Build/source/utils/lacheck/configure.ac index 61ec024bfc2..f577b5f2c8a 100644 --- a/Build/source/utils/lacheck/configure.ac +++ b/Build/source/utils/lacheck/configure.ac @@ -1,12 +1,14 @@ +dnl $Id$ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright 2015-2019 Karl Berry <tex-live@tug.org> +dnl Copyright 2009-2014 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -m4_define([lacheck_version], [1.28]) +m4_define([lacheck_version], [1.29])dnl duplicated in lacheck.l, sorry AC_INIT([LaCheck (TeX Live)], lacheck_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([lacheck.l]) |