summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:21:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:21:57 +0000
commit2caa63d64f99a64f64c8c4a5260477f761052eb4 (patch)
tree600983cab39b43533d73d7bca50bfa616131c10b /Build/source/libs/configure.ac
parent3bb1571e68019ddbc4b3f1206a61a3a9fc55a9b1 (diff)
towards TL2010: libs/
git-svn-id: svn://tug.org/texlive/trunk@15957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure.ac')
-rw-r--r--Build/source/libs/configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/libs/configure.ac b/Build/source/libs/configure.ac
index b958f549bf2..7d54d10d73f 100644
--- a/Build/source/libs/configure.ac
+++ b/Build/source/libs/configure.ac
@@ -15,16 +15,17 @@ AC_CONFIG_MACRO_DIR([../m4])
dnl See comment in ../configure.ac
KPSE_SETUP([../])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_PROG_MKDIR_P
-AC_CONFIG_SUBDIRS([dummy])
-
AC_MSG_CHECKING([for 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 && \