diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:32:59 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:32:59 +0000 |
commit | 4b8d7001923647636c75949b21bea08220c444fa (patch) | |
tree | 75c036396e688923dd50e5e3cfd9a07d578b8c84 /Build/source/libs/configure.in | |
parent | 17aeed8e129118bdb3b7eb0ef3a18241dcda40eb (diff) |
configure updates for new xetex and libs
git-svn-id: svn://tug.org/texlive/trunk@5538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r-- | Build/source/libs/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in index 63fdaccd7d2..91b571e4bd5 100644 --- a/Build/source/libs/configure.in +++ b/Build/source/libs/configure.in @@ -29,6 +29,8 @@ sinclude(freetype2/freetype2.ac) sinclude(icu-xetex/withenable.ac) sinclude(icu-xetex/icu-xetex.ac) sinclude(teckit/teckit.ac) +sinclude(graphite-engine/withenable.ac) +sinclude(graphite-engine/graphite-engine.ac) # The following line helps, e.g. for ncurses which properly detects the # system's terminfo definitions if configured without explicit --prefix. @@ -56,6 +58,9 @@ 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_graphite_engine" != xno; then + AC_CONFIG_SUBDIRS([graphite-engine]) +fi if test "x$needs_pnglib" != xno && test "$using_system_pnglib" != yes; then KPSE_CONFIG_FILES([libpng/Makefile]) fi |