diff options
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-x | Build/source/libs/configure | 46 |
1 files changed, 25 insertions, 21 deletions
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. |