summaryrefslogtreecommitdiff
path: root/Build/source/utils/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/utils/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/utils/configure')
-rwxr-xr-xBuild/source/utils/configure31
1 files changed, 1 insertions, 30 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index a5035b86dfa..f6d40333199 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/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
@@ -854,8 +853,7 @@ CFLAGS
LDFLAGS
LIBS
CPPFLAGS'
-ac_subdirs_all='biber
-m-tx
+ac_subdirs_all='m-tx
pmx
ps2eps
t1utils
@@ -1490,7 +1488,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
@@ -3358,24 +3355,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.
@@ -6244,14 +6223,6 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags
$as_echo_n "checking for Utils programs to build... " >&6; }
MAKE_SUBDIRS=
CONF_SUBDIRS=
-if test -x $srcdir/biber/configure; then
- test "x$enable_biber" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS biber"
- CONF_SUBDIRS="$CONF_SUBDIRS biber"
- if false; then
- subdirs="$subdirs biber"
-
- fi
-fi
if test -x $srcdir/m-tx/configure; then
test "x$enable_m_tx" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS m-tx"
CONF_SUBDIRS="$CONF_SUBDIRS m-tx"