summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-04 08:13:00 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-04 08:13:00 +0000
commiteba910adcf713a6905cb891a0eacb93d03f467c4 (patch)
treeb0860c4ef13c4c7da8ac19918fee684531ba7391 /Build/source/libs/configure.ac
parent6cc553b4ef0a05f7d7af76d2e6eda6ff8c8ef76d (diff)
various cleanups for the new XeTeX
git-svn-id: svn://tug.org/texlive/trunk@28724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure.ac')
-rw-r--r--Build/source/libs/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/libs/configure.ac b/Build/source/libs/configure.ac
index 3bec40cd18b..650c99dae9c 100644
--- a/Build/source/libs/configure.ac
+++ b/Build/source/libs/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([TeX Live libs], [2012], [tex-k@tug.org])
+AC_INIT([TeX Live libs], [2013], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([../build-aux/missing])
AC_CONFIG_AUX_DIR([../build-aux])
@@ -22,9 +22,6 @@ AC_PROG_MKDIR_P
AC_MSG_CHECKING([for generic libraries to build])
SUBLIBS=
DIST_SUBLIBS=
-dnl XeTeX needs the ICU headers and libraries from the TL tree,
-dnl whereas bibtexu may use installed ICU headers and libraries.
-test "x$need_icu_xetex" = xyes && need_icu=yes && with_system_icu=no
KPSE_FOR_PKGS([libs], [
if test -x $srcdir/Kpse_Pkg/configure; then
if test "x$with_system_[]Kpse_pkg" != xyes && \