summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-05-06 08:26:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-05-06 08:26:54 +0000
commit45604db830beef9914992cd568908275987cc0f5 (patch)
treea9f0430f723984851995423e6a8a81a0bcc5b9d0 /Build/source/texk/configure
parent526582da8c8fabccfebea407a9da54822daa4f88 (diff)
texk/xdvik: Change default to disable smooth scrolling for native TeX Live builds
utils/biber: Removed from source tree git-svn-id: svn://tug.org/texlive/trunk@33877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index c4fc8abd533..9f99ce0727c 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -696,7 +696,6 @@ enable_native_texlive_build
enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
-enable_biber
enable_m_tx
enable_pmx
enable_ps2eps
@@ -1510,7 +1509,6 @@ 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-m-tx do not build the m-tx package
--disable-pmx do not build the pmx package
--disable-ps2eps do not build the ps2eps package
@@ -3378,24 +3376,6 @@ $as_echo "$as_me: $host -> \`--disable-luajittex'" >&6;}
;;
esac ;;
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/m-tx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/m-tx/
## configure options and TL libraries required for mtx
# Check whether --enable-m-tx was given.