diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-19 12:41:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-19 12:41:14 +0000 |
commit | cf03be0bec33856ec8d7264260f5be52badb330a (patch) | |
tree | 11cc591bdcb10d71fd581083af531305b18ab025 /Build/source/configure | |
parent | ec18b43c24d72b1722bb939706424e0d6e92de25 (diff) |
Merge texk/bibtex8/ into texk/bibtex-x/.
git-svn-id: svn://tug.org/texlive/trunk@29434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Build/source/configure b/Build/source/configure index 8470c467301..a80ef920654 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1645,7 +1645,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 @@ -4681,30 +4680,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. |