summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure72
1 files changed, 0 insertions, 72 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index c7b02c6f43f..66a29f51b99 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -798,7 +798,6 @@ enable_mendexk
enable_ps2pkm
enable_seetexk
enable_tex4htk
-enable_ttf2pk
enable_ttf2pk2
enable_ttfdump
enable_xdvik
@@ -822,9 +821,6 @@ with_system_gd
with_gd_includes
with_gd_libdir
with_system_freetype2
-with_system_freetype
-with_freetype_includes
-with_freetype_libdir
with_system_libpng
with_system_zlib
with_zlib_includes
@@ -867,7 +863,6 @@ pixman
potrace
gd
freetype2
-freetype
libpng
lua52
zlib'
@@ -1599,7 +1594,6 @@ Optional Features:
--disable-ps2pkm do not build the ps2pkm package
--disable-seetexk do not build the seetexk package
--disable-tex4htk do not build the tex4htk package
- --enable-ttf2pk build the ttf2pk package
--disable-ttf2pk2 do not build the ttf2pk2 package
--disable-ttfdump do not build the ttfdump package
--disable-xdvik do not build the xdvik package
@@ -1677,11 +1671,6 @@ Optional Packages:
--with-gd-libdir=DIR gd library installed in DIR
--with-system-freetype2 use installed freetype2 headers and library
(requires freetype-config)
- --with-system-freetype use installed freetype headers and library
- --with-freetype-includes=DIR
- freetype headers installed in DIR
- --with-freetype-libdir=DIR
- freetype library installed in DIR
--with-system-libpng use installed libpng headers and library (requires
pkg-config)
--with-system-zlib use installed zlib headers and library
@@ -4652,29 +4641,6 @@ test "x$enable_tex4htk" = xno || {
need_kpathsea=yes
}
-## texk/ttf2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ttf2pk/
-## configure options and TL libraries required for ttf2pk
-# Check whether --enable-ttf2pk was given.
-if test "${enable_ttf2pk+set}" = set; then :
- enableval=$enable_ttf2pk;
-fi
-case $enable_ttf2pk in #(
- yes|no) :
- ;; #(
- *) :
-
- enable_ttf2pk=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ttf2pk=$enable_ttf2pk'" >&5
-$as_echo "$as_me: Assuming \`--enable-ttf2pk=$enable_ttf2pk'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-ttf2pk=$enable_ttf2pk'"
- ;;
-esac
-
-test "x$enable_ttf2pk" = xno || {
- need_kpathsea=yes
- need_freetype=yes
-}
-
## texk/ttf2pk2/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ttf2pk2/
## configure options and TL libraries required for ttf2pk
# Check whether --enable-ttf2pk2 was given.
@@ -5166,36 +5132,6 @@ test "x$need_freetype2" = xyes && {
need_zlib=yes
}
-## libs/freetype/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype/
-## configure options and TL libraries required for freetype
-
-# Check whether --with-system-freetype was given.
-if test "${with_system_freetype+set}" = set; then :
- withval=$with_system_freetype;
-fi
-
-# Check whether --with-freetype-includes was given.
-if test "${with_freetype_includes+set}" = set; then :
- withval=$with_freetype_includes;
-fi
-
-# Check whether --with-freetype-libdir was given.
-if test "${with_freetype_libdir+set}" = set; then :
- withval=$with_freetype_libdir;
-fi
-if test "x$with_system_freetype" = x; then
- if test -f $srcdir/../libs/freetype/configure; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`freetype' headers and library from TL tree" >&5
-$as_echo "$as_me: Assuming \`freetype' headers and library from TL tree" >&6;}
- with_system_freetype=no
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming installed \`freetype' headers and library" >&5
-$as_echo "$as_me: Assuming installed \`freetype' headers and library" >&6;}
- with_system_freetype=yes
- fi
- ac_configure_args="$ac_configure_args '--with-system-freetype=$with_system_freetype'"
-fi
-
## libs/libpng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/libpng/
## configure options and TL libraries required for libpng
@@ -6367,14 +6303,6 @@ if test -x $srcdir/freetype2/configure; then
fi
fi
-if test -x $srcdir/freetype/configure; then
- test "x$with_system_freetype" != xyes && test "x$need_freetype" = xyes && MAKE_SUBDIRS="freetype $MAKE_SUBDIRS"
- CONF_SUBDIRS="freetype $CONF_SUBDIRS"
- if false; then
- subdirs="$subdirs freetype"
-
- fi
-fi
if test -x $srcdir/libpng/configure; then
test "x$with_system_libpng" != xyes && test "x$need_libpng" = xyes && MAKE_SUBDIRS="libpng $MAKE_SUBDIRS"
CONF_SUBDIRS="libpng $CONF_SUBDIRS"