summaryrefslogtreecommitdiff
path: root/Build/source/libs
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/libs
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/libs')
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/configure20
2 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index 8d258b1afaf..99dd19c52b4 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -119,7 +119,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../m4/kpse-zlib-flags.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
$(top_srcdir)/../version.ac \
- $(top_srcdir)/../utils/biber/ac/withenable.ac \
$(top_srcdir)/../utils/m-tx/ac/withenable.ac \
$(top_srcdir)/../utils/pmx/ac/withenable.ac \
$(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
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.