summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure63
1 files changed, 46 insertions, 17 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 5f2792f291c..b126e893c3b 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -750,6 +750,7 @@ enable_tektronixwin
enable_unitermwin
enable_web_progs
enable_afm2pl
+enable_bibtex_x
enable_bibtex8
enable_bibtexu
enable_chktex
@@ -853,7 +854,7 @@ LIBS
CPPFLAGS'
ac_subdirs_all='web2c
afm2pl
-bibtex8
+bibtex-x
bibtexu
chktex
cjkutils
@@ -1563,7 +1564,9 @@ Optional Features:
--enable-unitermwin include Uniterm window support
--disable-web-progs do not build WEB programs bibtex ... weave
--disable-afm2pl do not build the afm2pl package
- --disable-bibtex8 do not build the bibtex8 package
+ --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
@@ -3895,28 +3898,54 @@ test "x$enable_afm2pl" = xno || {
}
-## texk/bibtex8/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/bibtex8/
-## configure options and TL libraries required for bibtex8
-# Check whether --enable-bibtex8 was given.
-if test "${enable_bibtex8+set}" = set; then :
- enableval=$enable_bibtex8;
+## texk/bibtex-x/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/bibtex-x/
+## configure options and TL libraries required for bibtex-x
+# Check whether --enable-bibtex-x was given.
+if test "${enable_bibtex_x+set}" = set; then :
+ enableval=$enable_bibtex_x;
fi
-case $enable_bibtex8 in #(
+case $enable_bibtex_x in #(
yes|no) :
;; #(
*) :
- enable_bibtex8=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-bibtex8=$enable_bibtex8'" >&5
-$as_echo "$as_me: Assuming \`--enable-bibtex8=$enable_bibtex8'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-bibtex8=$enable_bibtex8'"
+ enable_bibtex_x=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-bibtex-x=$enable_bibtex_x'" >&5
+$as_echo "$as_me: Assuming \`--enable-bibtex-x=$enable_bibtex_x'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-bibtex-x=$enable_bibtex_x'"
;;
esac
-test "x$enable_bibtex8" = xno || {
+test "x$enable_bibtex_x" = xno || {
need_kpathsea=yes
}
+## Define configure options for bibtex-x.
+# Check whether --enable-bibtex8 was given.
+if test "${enable_bibtex8+set}" = set; then :
+ enableval=$enable_bibtex8;
+fi
+
+case enable_bibtex8 in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_bibtex8=yes ;;
+esac
+# 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=yes ;;
+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
@@ -6220,11 +6249,11 @@ if test -x $srcdir/afm2pl/configure; then
fi
-if test -x $srcdir/bibtex8/configure; then
- test "x$enable_bibtex8" = xno || SUBTEXK="$SUBTEXK bibtex8"
- DIST_SUBTEXK="$DIST_SUBTEXK bibtex8"
+if test -x $srcdir/bibtex-x/configure; then
+ test "x$enable_bibtex_x" = xno || SUBTEXK="$SUBTEXK bibtex-x"
+ DIST_SUBTEXK="$DIST_SUBTEXK bibtex-x"
if false; then
- subdirs="$subdirs bibtex8"
+ subdirs="$subdirs bibtex-x"
fi
fi