summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-01-03 09:49:14 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-01-03 09:49:14 +0000
commitcb11c984d4aefadee81d3d6d21f58dfbe660b6a0 (patch)
tree617173ca704e9b9c4b63b62de0986a1ff227e5ff /Build/source/libs/configure
parentd3008cd626e7d131a9e487942a91ee085a157c83 (diff)
autoreconf
git-svn-id: svn://tug.org/texlive/trunk@28712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure53
1 files changed, 3 insertions, 50 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 99f71763016..c93d51b7a2b 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -806,8 +806,6 @@ with_system_teckit
with_teckit_includes
with_teckit_libdir
with_system_graphite2
-with_graphite
-with_system_graphite
with_system_zziplib
with_system_xpdf
with_system_poppler
@@ -857,7 +855,6 @@ ac_subdirs_all='harfbuzz
icu
teckit
graphite2
-graphite
zziplib
xpdf
poppler
@@ -1651,9 +1648,6 @@ Optional Packages:
teckit library installed in DIR
--with-system-graphite2 use installed graphite2 headers and library
(requires pkg-config)
- --without-graphite build XeTeX without graphite support
- --with-system-graphite use installed silgraphite headers and library
- (requires pkg-config)
--with-system-zziplib use installed zziplib headers and library (requires
pkg-config)
--with-system-xpdf use installed poppler headers and library instead of
@@ -3802,9 +3796,10 @@ test "x$enable_web2c:$enable_xetex" = xyes:yes && {
need_poppler=yes
need_libpng=yes
need_freetype2=yes
- need_icu_xetex=yes
+ need_icu=yes
need_teckit=yes
- need_graphite=yes
+ need_graphite2=yes
+ need_harfbuzz=yes
}
## configure options for MF
# Check whether --enable-mf was given.
@@ -4864,35 +4859,6 @@ $as_echo "$as_me: Assuming installed \`graphite2' headers and library" >&6;}
fi
-## libs/graphite/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite/
-## XeTeX can be built without graphite support
-
-# Check whether --with-graphite was given.
-if test "${with_graphite+set}" = set; then :
- withval=$with_graphite;
-fi
-
-test "x$with_graphite" = xno && need_graphite=no
-## configure options and TL libraries required for graphite
-
-# Check whether --with-system-graphite was given.
-if test "${with_system_graphite+set}" = set; then :
- withval=$with_system_graphite;
-fi
-if test "x$with_system_graphite" = x; then
- if test -f $srcdir/../libs/graphite/configure; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`graphite' headers and library from TL tree" >&5
-$as_echo "$as_me: Assuming \`graphite' headers and library from TL tree" >&6;}
- with_system_graphite=no
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming installed \`graphite' headers and library" >&5
-$as_echo "$as_me: Assuming installed \`graphite' headers and library" >&6;}
- with_system_graphite=yes
- fi
- ac_configure_args="$ac_configure_args '--with-system-graphite=$with_system_graphite'"
-fi
-
-
## libs/zziplib/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/zziplib/
## configure options and TL libraries required for zziplib
@@ -6278,19 +6244,6 @@ if test -x $srcdir/graphite2/configure; then
fi
-if test -x $srcdir/graphite/configure; then
- if test "x$with_system_graphite" != xyes && \
- test "x$need_graphite" = xyes; then
- SUBLIBS="graphite $SUBLIBS"
- fi
- DIST_SUBLIBS="graphite $DIST_SUBLIBS"
- if false; then
- subdirs="$subdirs graphite"
-
- fi
-fi
-
-
if test -x $srcdir/zziplib/configure; then
if test "x$with_system_zziplib" != xyes && \
test "x$need_zziplib" = xyes; then