diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index b126e893c3b..edc634beb28 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -855,7 +855,6 @@ CPPFLAGS' ac_subdirs_all='web2c afm2pl bibtex-x -bibtexu chktex cjkutils detex @@ -1567,7 +1566,6 @@ Optional Features: --disable-bibtex-x do not build the bibtex-x package --disable-bibtex8 do not build the bibtex8 program --disable-bibtexu do not build the bibtexu program - --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 @@ -3947,30 +3945,6 @@ esac test "x$enable_bibtex_x:$enable_bibtexu" = xyes:yes && need_icu=yes -## texk/bibtexu/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/bibtexu/ -## configure options and TL libraries required for bibtexu -# Check whether --enable-bibtexu was given. -if test "${enable_bibtexu+set}" = set; then : - enableval=$enable_bibtexu; -fi -case $enable_bibtexu in #( - yes|no) : - ;; #( - *) : - - enable_bibtexu=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-bibtexu=$enable_bibtexu'" >&5 -$as_echo "$as_me: Assuming \`--enable-bibtexu=$enable_bibtexu'" >&6;} - ac_configure_args="$ac_configure_args '--enable-bibtexu=$enable_bibtexu'" - ;; -esac - -test "x$enable_bibtexu" = xno || { - need_kpathsea=yes - need_icu=yes -} - - ## 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. @@ -6259,16 +6233,6 @@ if test -x $srcdir/bibtex-x/configure; then fi -if test -x $srcdir/bibtexu/configure; then - test "x$enable_bibtexu" = xno || SUBTEXK="$SUBTEXK bibtexu" - DIST_SUBTEXK="$DIST_SUBTEXK bibtexu" - if false; then - subdirs="$subdirs bibtexu" - - fi -fi - - if test -x $srcdir/chktex/configure; then test "x$enable_chktex" = xno || SUBTEXK="$SUBTEXK chktex" DIST_SUBTEXK="$DIST_SUBTEXK chktex" |