diff options
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-x | Build/source/utils/configure | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 4b7f56609fd..aa8d6a96d25 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -834,11 +834,7 @@ with_system_zlib with_zlib_includes with_zlib_libdir with_system_ptexenc -with_ptexenc_includes -with_ptexenc_libdir with_system_kpathsea -with_kpathsea_includes -with_kpathsea_libdir enable_mktexmf_default enable_mktexpk_default enable_mktextfm_default @@ -1689,16 +1685,10 @@ Optional Packages: --with-zlib-includes=DIR zlib headers installed in DIR --with-zlib-libdir=DIR zlib library installed in DIR - --with-system-ptexenc use installed ptexenc headers and library - --with-ptexenc-includes=DIR - ptexenc headers installed in DIR - --with-ptexenc-libdir=DIR - ptexenc library installed in DIR - --with-system-kpathsea use installed kpathsea headers and library - --with-kpathsea-includes=DIR - kpathsea headers installed in DIR - --with-kpathsea-libdir=DIR - kpathsea library installed in DIR + --with-system-ptexenc use installed ptexenc headers and library (requires + pkg-config) + --with-system-kpathsea use installed kpathsea headers and library (requires + pkg-config) Some influential environment variables: CC C compiler command @@ -5360,16 +5350,6 @@ fi if test "${with_system_ptexenc+set}" = set; then : withval=$with_system_ptexenc; fi - -# Check whether --with-ptexenc-includes was given. -if test "${with_ptexenc_includes+set}" = set; then : - withval=$with_ptexenc_includes; -fi - -# Check whether --with-ptexenc-libdir was given. -if test "${with_ptexenc_libdir+set}" = set; then : - withval=$with_ptexenc_libdir; -fi if test "x$with_system_ptexenc" = x; then if test -f $srcdir/../texk/ptexenc/configure; then { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`ptexenc' headers and library from TL tree" >&5 @@ -5404,16 +5384,6 @@ test "x$need_ptexenc" = xyes && { if test "${with_system_kpathsea+set}" = set; then : withval=$with_system_kpathsea; fi - -# Check whether --with-kpathsea-includes was given. -if test "${with_kpathsea_includes+set}" = set; then : - withval=$with_kpathsea_includes; -fi - -# Check whether --with-kpathsea-libdir was given. -if test "${with_kpathsea_libdir+set}" = set; then : - withval=$with_kpathsea_libdir; -fi if test "x$with_system_kpathsea" = x; then if test -f $srcdir/../texk/kpathsea/configure; then { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`kpathsea' headers and library from TL tree" >&5 |