summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure.in
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-07-25 12:45:43 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-07-25 12:45:43 +0000
commit1190b6d108f646a9cbe235c2216e9f3247e8ddb5 (patch)
tree6c321950cf1e725a4165dfbba9729f706bfc7780 /Build/source/libs/configure.in
parent10c60368cd42904bd991453f02b684ebe02ef915 (diff)
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
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r--Build/source/libs/configure.in6
1 files changed, 6 insertions, 0 deletions
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])