summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-12 14:42:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-12 14:42:02 +0000
commite96d533771de7ceeb155f9e2a093e67e0dc40ab1 (patch)
treee307e1ae0d17abcb640c37be30b7bdf5e370e074 /Build/source/texk/configure
parent43053489cfb1957b1779be81ba6bd1ac96f71165 (diff)
Build system: Reorganize flags for system (installed) libraries
git-svn-id: svn://tug.org/texlive/trunk@36495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure38
1 files changed, 4 insertions, 34 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 6db49b0f103..967a9543067 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/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
@@ -1707,16 +1703,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
@@ -5378,16 +5368,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
@@ -5422,16 +5402,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