diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/texk/configure | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in index 8b0139a5069..ca84e1c7717 100644 --- a/Build/source/texk/Makefile.in +++ b/Build/source/texk/Makefile.in @@ -66,6 +66,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../m4/kpse-xpdf-flags.m4 \ $(top_srcdir)/../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../m4/kpse-zziplib-flags.m4 \ + $(top_srcdir)/../utils/biber/ac/withenable.ac \ $(top_srcdir)/../utils/chktex/ac/withenable.ac \ $(top_srcdir)/../utils/dialog/ac/withenable.ac \ $(top_srcdir)/../utils/ps2eps/ac/withenable.ac \ diff --git a/Build/source/texk/configure b/Build/source/texk/configure index d667af18197..edebce70a9c 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -670,6 +670,7 @@ enable_native_texlive_build enable_multiplatform enable_cxx_runtime_hack enable_libtool_hack +enable_biber enable_chktex enable_dialog enable_ps2eps @@ -1471,6 +1472,7 @@ Optional Features: lib/PLATFORM --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs + --disable-biber do not build the biber package --disable-chktex do not build the chktex package --disable-dialog do not build the dialog package --disable-ps2eps do not build the ps2eps package @@ -3172,6 +3174,25 @@ $as_echo "$as_me: Assuming \`--with-x'" >&6;} $as_echo "$as_me: WIN32 -> \`--without-x'" >&6;} ac_configure_args="$ac_configure_args '--without-x'" ;; esac +## utils/biber/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/biber/ +## configure options and TL libraries required for biber +# Check whether --enable-biber was given. +if test "${enable_biber+set}" = set; then : + enableval=$enable_biber; +fi +case $enable_biber in #( + yes|no) : + ;; #( + *) : + + enable_biber=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-biber=$enable_biber'" >&5 +$as_echo "$as_me: Assuming \`--enable-biber=$enable_biber'" >&6;} + ac_configure_args="$ac_configure_args '--enable-biber=$enable_biber'" + ;; +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. |