diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-09 02:07:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-09 02:07:36 +0000 |
commit | 84a02c180903014d71ac6b7786f85c9c7844a5fa (patch) | |
tree | 1da6c4eb9a1fe957bdb1f283dfa6743536fed04c /Build/source/withenable.ac | |
parent | 6662cba3bfc7a1ea9d80a266d97c9447543115fe (diff) |
try ps2eps, fingers crossed
git-svn-id: svn://tug.org/texlive/trunk@3265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/withenable.ac')
-rw-r--r-- | Build/source/withenable.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac index a52b592efc6..6bb2ff06044 100644 --- a/Build/source/withenable.ac +++ b/Build/source/withenable.ac @@ -12,11 +12,14 @@ AC_ARG_WITH([lcdf-typetools], AC_ARG_WITH([pdfopen], [ --without-pdfopen do not build the pdfopen package]) +AC_ARG_WITH([ps2eps], + [ --without-ps2eps do not build the ps2eps package]) + AC_ARG_WITH([psutils], [ --without-psutils do not build the psutils package]) AC_ARG_WITH([sam2p], - [ --without-sam2p do not build the sam2p package]) + [ --without-sam2p do not build the sam2p package]) AC_ARG_WITH([t1utils], [ --without-t1utils do not build the t1utils package]) |