summaryrefslogtreecommitdiff
path: root/Build/source/utils/chktex/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-09 23:21:16 +0000
committerKarl Berry <karl@freefriends.org>2012-04-09 23:21:16 +0000
commit56c04f62eb3dd8c2c02959b67dd2d371d549521e (patch)
tree4fa217a02288c97f62c718ec10b0b907a30bbd82 /Build/source/utils/chktex/configure.ac
parentd11263510f8254494eac555c9a8af2fd7dee02da (diff)
original chktex-1.6.6 from CTAN and http://download.savannah.gnu.org/releases/chktex/
git-svn-id: svn://tug.org/texlive/trunk@25901 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/chktex/configure.ac')
-rw-r--r--Build/source/utils/chktex/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/chktex/configure.ac b/Build/source/utils/chktex/configure.ac
index 64622564d40..d75abdbf90e 100644
--- a/Build/source/utils/chktex/configure.ac
+++ b/Build/source/utils/chktex/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2010, 2011 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2010-2012 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,
@@ -8,11 +8,11 @@ dnl with or without modifications, as long as this notice is preserved.
dnl
dnl *********************************************************************
dnl
-dnl Adapted for TeX Live from chktex-1.6.4/configure.in
+dnl Adapted for TeX Live from chktex-*/configure.in
dnl
dnl *********************************************************************
dnl
-m4_define([chktex_version], [1.6.4])[]dnl using unmodified chktex source tree
+m4_define([chktex_version], [1.6.6])[]dnl using unmodified chktex source tree
AC_INIT([ChkTeX for TeX Live], chktex_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([chktex-]chktex_version[/ChkTeX.c])