From c1841336503cc8eb2355c2eab40012c856f18369 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 24 Jul 2012 09:00:18 +0000 Subject: chktex: Move from utils/ to texk/, now using kpathsea git-svn-id: svn://tug.org/texlive/trunk@27137 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/Makefile.in | 2 +- Build/source/libs/configure | 46 +++++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 22 deletions(-) (limited to 'Build/source/libs') diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index aa375524099..c83b862b2d0 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -84,7 +84,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../m4/kpse-zziplib-flags.m4 \ $(top_srcdir)/../utils/biber/ac/withenable.ac \ - $(top_srcdir)/../utils/chktex/ac/withenable.ac \ $(top_srcdir)/../utils/m-tx/ac/withenable.ac \ $(top_srcdir)/../utils/pmx/ac/withenable.ac \ $(top_srcdir)/../utils/ps2eps/ac/withenable.ac \ @@ -101,6 +100,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../texk/afm2pl/ac/withenable.ac \ $(top_srcdir)/../texk/bibtex8/ac/withenable.ac \ $(top_srcdir)/../texk/bibtexu/ac/withenable.ac \ + $(top_srcdir)/../texk/chktex/ac/withenable.ac \ $(top_srcdir)/../texk/cjkutils/ac/withenable.ac \ $(top_srcdir)/../texk/detex/ac/withenable.ac \ $(top_srcdir)/../texk/devnag/ac/withenable.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 94daa351fe4..1d23a9e6fef 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -692,7 +692,6 @@ enable_multiplatform enable_cxx_runtime_hack enable_libtool_hack enable_biber -enable_chktex enable_m_tx enable_pmx enable_ps2eps @@ -747,6 +746,7 @@ enable_web_progs enable_afm2pl enable_bibtex8 enable_bibtexu +enable_chktex enable_cjkutils enable_detex enable_devnag @@ -1482,7 +1482,6 @@ Optional Features: --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs --disable-biber do not build the biber package - --disable-chktex do not build the chktex package --disable-m-tx do not build the m-tx package --disable-pmx do not build the pmx package --disable-ps2eps do not build the ps2eps package @@ -1536,6 +1535,7 @@ Optional Features: --disable-afm2pl do not build the afm2pl package --disable-bibtex8 do not build the bibtex8 package --disable-bibtexu do not build the bibtexu package + --disable-chktex do not build the chktex package --disable-cjkutils do not build the cjkutils package --disable-detex do not build the detex package --disable-devnag do not build the devnag package @@ -3226,25 +3226,6 @@ $as_echo "$as_me: Assuming \`--enable-biber=$enable_biber'" >&6;} esac -## utils/chktex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/chktex/ -## configure options and TL libraries required for chktex -# Check whether --enable-chktex was given. -if test "${enable_chktex+set}" = set; then : - enableval=$enable_chktex; -fi -case $enable_chktex in #( - yes|no) : - ;; #( - *) : - - enable_chktex=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-chktex=$enable_chktex'" >&5 -$as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;} - ac_configure_args="$ac_configure_args '--enable-chktex=$enable_chktex'" - ;; -esac - - ## utils/m-tx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/m-tx/ ## configure options and TL libraries required for mtx # Check whether --enable-m-tx was given. @@ -3842,6 +3823,29 @@ test "x$enable_bibtexu" = xno || { } +## texk/chktex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/chktex/ +## configure options and TL libraries required for chktex +# Check whether --enable-chktex was given. +if test "${enable_chktex+set}" = set; then : + enableval=$enable_chktex; +fi +case $enable_chktex in #( + yes|no) : + ;; #( + *) : + + enable_chktex=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-chktex=$enable_chktex'" >&5 +$as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;} + ac_configure_args="$ac_configure_args '--enable-chktex=$enable_chktex'" + ;; +esac + +test "x$enable_chktex" = xno || { + need_kpathsea=yes +} + + ## texk/cjkutils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/cjkutils/ ## configure options and TL libraries required for cjkutils # Check whether --enable-cjkutils was given. -- cgit v1.2.3