diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 94c4652dccf..18d9678ddca 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -828,7 +828,8 @@ ttfdump xdv2pdf xdvik xdvipdfmx -tetex' +tetex +texlive' # Initialize some variables set by options. ac_init_help= @@ -3087,6 +3088,7 @@ test "x$enable_xdvipdfmx" = xno || { + ## texk/kpathsea/ac/withenable.ac ## configure options and TL libraries required for kpathsea @@ -4337,6 +4339,16 @@ if test -x $srcdir/tetex/configure; then fi +if test -x $srcdir/texlive/configure; then + test "x$enable_texlive" = xno || SUBTEXK="$SUBTEXK texlive" + DIST_SUBTEXK="$DIST_SUBTEXK texlive" + if false; then + subdirs="$subdirs texlive" + + fi +fi + + { $as_echo "$as_me:$LINENO: result: $SUBTEXK" >&5 |