From 1190b6d108f646a9cbe235c2216e9f3247e8ddb5 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 25 Jul 2006 12:45:43 +0000 Subject: adding support for ICU library (libs/icu-xetex) to the configure/make scripts git-svn-id: svn://tug.org/texlive/trunk@1916 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Build/source/libs/configure.in') diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in index 87967229db3..6b767a056d0 100644 --- a/Build/source/libs/configure.in +++ b/Build/source/libs/configure.in @@ -26,6 +26,8 @@ sinclude(freetype/withenable.ac) sinclude(freetype/freetype.ac) sinclude(freetype2/withenable.ac) sinclude(freetype2/freetype2.ac) +sinclude(icu-xetex/withenable.ac) +sinclude(icu-xetex/icu-xetex.ac) # The following line helps, e.g. for ncurses which properly detects the # system's terminfo definitions if configured without explicit --prefix. @@ -49,6 +51,10 @@ fi if test "x$needs_gd" != xno && test "$using_system_gd" != yes; then AC_CONFIG_SUBDIRS([gd]) fi +if test "x$needs_icu" != xno && test "$using_system_icu" != yes; then + ac_configure_args="$ac_configure_args --enable-static" + AC_CONFIG_SUBDIRS([icu-xetex]) +fi if test "x$needs_pnglib" != xno && test "$using_system_pnglib" != yes; then KPSE_CONFIG_FILES([libpng/Makefile]) -- cgit v1.2.3