diff options
Diffstat (limited to 'Build/source/texk/lacheck/configure.ac')
-rw-r--r-- | Build/source/texk/lacheck/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/lacheck/configure.ac b/Build/source/texk/lacheck/configure.ac index 2faa6aac44d..64f92008001 100644 --- a/Build/source/texk/lacheck/configure.ac +++ b/Build/source/texk/lacheck/configure.ac @@ -1,15 +1,15 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009, 2010 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.26]) +m4_define([lacheck_version], [1.26])[]dnl using unmodified lacheck source tree AC_INIT([LaCheck for TeX Live], lacheck_version, [tex-k@tug.org]) AC_PREREQ([2.65]) -AC_CONFIG_SRCDIR([lacheck.l]) +AC_CONFIG_SRCDIR([lacheck-]lacheck_version[/lacheck.l]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) |