diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-13 18:29:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-13 18:29:37 +0000 |
commit | cd19406a59274abc69e8a79af7cc747bd0895782 (patch) | |
tree | 5aab56fe4ce7df21e31dfe26872e45b0e02c6b82 /Build/source/texk/withenable.ac | |
parent | 26c58e8a4f8469a61092b4943e604dfaa58d2742 (diff) |
--without-afm2pl, --without-dtl; from Patrice
git-svn-id: svn://tug.org/texlive/trunk@6210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/withenable.ac')
-rw-r--r-- | Build/source/texk/withenable.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/withenable.ac b/Build/source/texk/withenable.ac index 226f7d22604..430686ac20e 100644 --- a/Build/source/texk/withenable.ac +++ b/Build/source/texk/withenable.ac @@ -1,11 +1,15 @@ dnl withenable.ac: --with and --enable options. +AC_ARG_WITH([afm2pl], + [ --without-afm2pl do not build the afm2pl package]) AC_ARG_WITH([bibtex8], [ --without-bibtex8 do not build the bibtex8 package]) AC_ARG_WITH([cjkutils], [ --without-cjkutils do not build the cjkutils package]) AC_ARG_WITH([detex], [ --without-detex do not build the detex package]) +AC_ARG_WITH([devnag], + [ --without-devnag do not build the devnag package]) AC_ARG_WITH([dtl], [ --without-dtl do not build the dtl package]) AC_ARG_WITH([dvi2tty], |