summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-31 07:37:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-31 07:37:05 +0000
commit8357a9ca3414c62c3d1a0e6d48c90d6fe2152e61 (patch)
tree6b3692bd3e1a7bb6331541e3212e1a5abeedae86 /Build/source/texk/configure
parentf5dc0cfcd8ce5671cc439c6b5786ad8f394a6834 (diff)
new build system: handling of socketlibs, prepare for texk/texlive/
git-svn-id: svn://tug.org/texlive/trunk@12583 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure14
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