diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-06 08:26:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-06 08:26:54 +0000 |
commit | 45604db830beef9914992cd568908275987cc0f5 (patch) | |
tree | a9f0430f723984851995423e6a8a81a0bcc5b9d0 /Build/source/libs/configure | |
parent | 526582da8c8fabccfebea407a9da54822daa4f88 (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/libs/configure')
-rwxr-xr-x | Build/source/libs/configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure index e1f6a75e775..f75aeb4c3cb 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/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 @@ -1497,7 +1496,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 @@ -3365,24 +3363,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. |