diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-06 00:33:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-06 00:33:44 +0000 |
commit | 25dead566716d5a357cbe8f116c7682ef269c2b3 (patch) | |
tree | 5ee83ae1c7148dadc977d7191fb20585cf876232 /Build/source/withenable.ac | |
parent | cc3fcbfeb179d28bcab0baf899793317812f3d6d (diff) |
--without for mkjobtexmf
git-svn-id: svn://tug.org/texlive/trunk@4893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/withenable.ac')
-rw-r--r-- | Build/source/withenable.ac | 7 |
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]) |