summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-19 12:41:14 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-19 12:41:14 +0000
commitcf03be0bec33856ec8d7264260f5be52badb330a (patch)
tree11cc591bdcb10d71fd581083af531305b18ab025 /Build/source/utils
parentec18b43c24d72b1722bb939706424e0d6e92de25 (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/utils')
-rw-r--r--Build/source/utils/Makefile.in1
-rwxr-xr-xBuild/source/utils/configure25
2 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in
index 68d533d514c..d8c8d7a20b3 100644
--- a/Build/source/utils/Makefile.in
+++ b/Build/source/utils/Makefile.in
@@ -106,7 +106,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../texk/afm2pl/ac/withenable.ac \
$(top_srcdir)/../texk/bibtex-x/ac/withenable.ac \
$(top_srcdir)/../texk/bibtex-x/ac/bibtex-x.ac \
- $(top_srcdir)/../texk/bibtexu/ac/withenable.ac \
$(top_srcdir)/../texk/chktex/ac/withenable.ac \
$(top_srcdir)/../texk/cjkutils/ac/withenable.ac \
$(top_srcdir)/../texk/detex/ac/withenable.ac \
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 7a9fd784cbd..a14fb0f8836 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -1545,7 +1545,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
@@ -3925,30 +3924,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.