summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-06 00:33:44 +0000
committerKarl Berry <karl@freefriends.org>2007-09-06 00:33:44 +0000
commit25dead566716d5a357cbe8f116c7682ef269c2b3 (patch)
tree5ee83ae1c7148dadc977d7191fb20585cf876232 /Build
parentcc3fcbfeb179d28bcab0baf899793317812f3d6d (diff)
--without for mkjobtexmf
git-svn-id: svn://tug.org/texlive/trunk@4893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/withenable.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac
index 6bb2ff06044..2fef00eab5f 100644
--- a/Build/source/withenable.ac
+++ b/Build/source/withenable.ac
@@ -1,5 +1,7 @@
# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz.
# Public domain.
+# Options to avoid/include the packages in utils/.
+#
AC_ARG_ENABLE([multiplatform],
[ --enable-multiplatform put executables in bin/PLATFORM])
@@ -7,7 +9,10 @@ AC_ARG_WITH([dialog],
[ --without-dialog do not build the dialog package])
AC_ARG_WITH([lcdf-typetools],
- [ --without-lcdf-typetools do not build the lcdf-typetools package])
+ [ --without-lcdf-typetools do not build the lcdf-typetools package])
+
+AC_ARG_WITH([mkjobtexmf],
+ [ --without-mkjobtexmf do not build the mkjobtexmf package])
AC_ARG_WITH([pdfopen],
[ --without-pdfopen do not build the pdfopen package])