diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-03 06:42:23 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-03 06:42:23 +0000 |
commit | c69ba5502fe8eabc5305a3b60267e10edd13842f (patch) | |
tree | 2f3d4aa8caf265af6772b6f88d945a633ee26892 /Build/source/texk/configure | |
parent | 93b51b2dd2228f5fc5f301771cd061dba23e6f3b (diff) |
add chktex 1.6.4 (preliminary)
git-svn-id: svn://tug.org/texlive/trunk@18092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 5f319afe915..60f6e26ffc5 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -644,6 +644,7 @@ enable_native_texlive_build enable_multiplatform enable_cxx_runtime_hack enable_libtool_hack +enable_chktex enable_dialog enable_pdfopen enable_ps2eps @@ -1437,6 +1438,7 @@ Optional Features: lib/PLATFORM --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs + --disable-chktex do not build the chktex package --disable-dialog do not build the dialog package --disable-pdfopen do not build the pdfopen package --disable-ps2eps do not build the ps2eps package @@ -1510,6 +1512,8 @@ Optional Features: --disable-ttftotype42 do not build the ttftotype42 program --disable-auto-cfftot1 disable running cfftot1 from otftotfm --disable-auto-t1dotlessj disable running t1dotlessj from otftotfm + --disable-auto-ttftotype42 + disable running ttftotype42 from otftotfm --disable-auto-updmap disable running updmap from otftotfm --disable-makeindexk do not build the makeindexk package --disable-makejvf do not build the makejvf package @@ -2239,6 +2243,25 @@ case $with_x in #( $as_echo "$as_me: Assuming \`--with-x'" >&6;} ac_configure_args="$ac_configure_args '--with-x'" ;; 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/dialog/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/dialog/ ## configure options and TL libraries required for dialog # Check whether --enable-dialog was given. @@ -3165,8 +3188,8 @@ test "x$enable_lcdf_typetools" = xno || { need_kpathsea=yes } -## texk/lcdf-typetools/ac/lcdf-typetools.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/ -## configure options for lcdf-typetools +## Define configure options for lcdf-typetools. Extracted from configure.ac +## for ease of building TeX Live. # Check whether --enable-cfftot1 was given. if test "${enable_cfftot1+set}" = set; then : enableval=$enable_cfftot1; @@ -3220,6 +3243,10 @@ fi if test "${enable_t1dotlessj+set}" = set; then : enableval=$enable_t1dotlessj; fi +# Check whether --enable-ttftotype42 was given. +if test "${enable_ttftotype42+set}" = set; then : + enableval=$enable_ttftotype42; +fi # Check whether --enable-updmap was given. if test "${enable_updmap+set}" = set; then : enableval=$enable_updmap; |