diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-24 11:25:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-24 11:25:20 +0000 |
commit | 90477657d2f8b99cc14fd103361815a3363bfee2 (patch) | |
tree | f120fff4ce898b165e7a6db82dcb2b811834cbbf /Build/source/configure | |
parent | 05f127e0410c62a23f87cc7164171c6132bfdd9c (diff) |
Move texk/lacheck 1.26 => utils/lacheck 1.28
git-svn-id: svn://tug.org/texlive/trunk@35896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Build/source/configure b/Build/source/configure index 8ceeab4c4d7..f4f45e7def2 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -785,6 +785,7 @@ enable_multiplatform enable_cxx_runtime_hack enable_libtool_hack enable_devnag +enable_lacheck enable_m_tx enable_pmx enable_ps2eps @@ -865,7 +866,6 @@ with_system_libgs with_libgs_includes with_libgs_libdir enable_gsftopk -enable_lacheck enable_lcdf_typetools enable_cfftot1 enable_mmafm @@ -1600,6 +1600,7 @@ Optional Features: --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs --disable-devnag do not build the devnag package + --disable-lacheck do not build the lacheck 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 @@ -1673,7 +1674,6 @@ Optional Features: --disable-dvipsk do not build the dvipsk package --disable-dvisvgm do not build the dvisvgm package --disable-gsftopk do not build the gsftopk package - --disable-lacheck do not build the lacheck package --disable-lcdf-typetools do not build the lcdf-typetools package --disable-cfftot1 do not build the cfftot1 program @@ -4151,6 +4151,24 @@ $as_echo "$as_me: Assuming \`--enable-devnag=$enable_devnag'" >&6;} ;; esac +## utils/lacheck/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/lacheck/ +## configure options and TL libraries required for lacheck +# Check whether --enable-lacheck was given. +if test "${enable_lacheck+set}" = set; then : + enableval=$enable_lacheck; +fi +case $enable_lacheck in #( + yes|no) : + ;; #( + *) : + + enable_lacheck=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-lacheck=$enable_lacheck'" >&5 +$as_echo "$as_me: Assuming \`--enable-lacheck=$enable_lacheck'" >&6;} + ac_configure_args="$ac_configure_args '--enable-lacheck=$enable_lacheck'" + ;; +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. @@ -5175,24 +5193,6 @@ test "x$enable_gsftopk" = xno || { need_kpathsea=yes } -## texk/lacheck/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/lacheck/ -## configure options and TL libraries required for lacheck -# Check whether --enable-lacheck was given. -if test "${enable_lacheck+set}" = set; then : - enableval=$enable_lacheck; -fi -case $enable_lacheck in #( - yes|no) : - ;; #( - *) : - - enable_lacheck=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-lacheck=$enable_lacheck'" >&5 -$as_echo "$as_me: Assuming \`--enable-lacheck=$enable_lacheck'" >&6;} - ac_configure_args="$ac_configure_args '--enable-lacheck=$enable_lacheck'" - ;; -esac - ## texk/lcdf-typetools/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/ ## configure options and TL libraries required for lcdf-typetools # Check whether --enable-lcdf-typetools was given. |