diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-10 16:50:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-10 16:50:50 +0000 |
commit | c8c88bd598f23d1cd576810144ae4150e2e4551e (patch) | |
tree | 6e755e6d10250bd97e2434048847b2d0fe638802 /Build | |
parent | 7d6905e0cf3de0feae78efb93e0186cb388d652f (diff) |
missed final sam2p commits
git-svn-id: svn://tug.org/texlive/trunk@1796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/withenable.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac index eab556c4d95..31921c1f338 100644 --- a/Build/source/withenable.ac +++ b/Build/source/withenable.ac @@ -14,6 +14,9 @@ AC_ARG_WITH([pdfopen], AC_ARG_WITH([psutils], [ --without-psutils do not build the psutils package]) +AC_ARG_WITH([sam2p], + [ --without-sam2p do not build the psutils sam2p]) + AC_ARG_WITH([t1utils], [ --without-t1utils do not build the t1utils package]) |