summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-31 18:52:26 +0000
committerKarl Berry <karl@freefriends.org>2008-03-31 18:52:26 +0000
commitbb538fd49123074e9d4f625e4689a919d2682bc6 (patch)
treed401b5ced0d2d48696f5444088f0645723953892 /Build/source/configure
parentd78671b834cc3819f5822260d1faa415ecec0867 (diff)
mkjobtexmf (mostly) handled through normal ctan2tl now
git-svn-id: svn://tug.org/texlive/trunk@7263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure15
1 files changed, 1 insertions, 14 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 419276d7a9a..8f0b9250f7a 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -758,7 +758,6 @@ CPP
XMKMF'
ac_subdirs_all='libs
utils/dialog
-utils/mkjobtexmf
utils/pdfopen
utils/ps2eps
utils/psutils
@@ -1365,7 +1364,6 @@ Optional Packages:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-x use the X Window System
--without-dialog do not build the dialog package
- --without-mkjobtexmf do not build the mkjobtexmf package
--without-pdfopen do not build the pdfopen package
--without-ps2eps do not build the ps2eps package
--without-psutils do not build the psutils package
@@ -5316,7 +5314,7 @@ export with_cxx_runtime_hack
# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz.
-# $Id: withenable.ac 7122 2008-03-24 13:49:08Z martin $
+# $Id: withenable.ac 7137 2008-03-25 00:14:10Z karl $
# Public domain.
@@ -5335,11 +5333,6 @@ if test "${with_dialog+set}" = set; then
withval=$with_dialog;
fi
-# Check whether --with-mkjobtexmf was given.
-if test "${with_mkjobtexmf+set}" = set; then
- withval=$with_mkjobtexmf;
-fi
-
# Check whether --with-pdfopen was given.
if test "${with_pdfopen+set}" = set; then
withval=$with_pdfopen;
@@ -9320,12 +9313,6 @@ if test -d $srcdir/utils/dialog; then
subdirs="$subdirs utils/dialog"
fi
fi
-if test -d $srcdir/utils/mkjobtexmf; then
- if test "x$with_mkjobtexmf" != xno; then
- ESUBDIRS="$ESUBDIRS utils/mkjobtexmf"
- subdirs="$subdirs utils/mkjobtexmf"
- fi
-fi
if test -d $srcdir/utils/pdfopen; then
if test "x$with_pdfopen" != xno; then
ESUBDIRS="$ESUBDIRS utils/pdfopen"