diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
commit | 487ca4806cc046076293cf6cc5fbba0db282bac7 (patch) | |
tree | 847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/withenable.ac | |
parent | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff) |
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/withenable.ac')
-rw-r--r-- | Build/source/texk/withenable.ac | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Build/source/texk/withenable.ac b/Build/source/texk/withenable.ac new file mode 100644 index 00000000000..6cfba3e774f --- /dev/null +++ b/Build/source/texk/withenable.ac @@ -0,0 +1,48 @@ +dnl withenable.ac: --with and --enable options. + +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([dtl], + [ --without-dtl do not build the dtl package]) +AC_ARG_WITH([dvi2tty], + [ --without-dvi2tty do not build the dvi2tty package]) +AC_ARG_WITH([dvidvi], + [ --without-dvidvi do not build the dvidvi package]) +AC_ARG_WITH([dviljk], + [ --without-dviljk do not build the dviljk package]) +AC_ARG_WITH([dvipdfm], + [ --without-dvipdfm do not build the dvipdfm package]) +AC_ARG_WITH([dvipdfmx], + [ --without-dvipdfmx do not build the dvipdfmx package]) +AC_ARG_WITH([dvipng], + [ --without-dvipng do not build the dvipng package]) +AC_ARG_WITH([dvipsk], + [ --without-dvipsk do not build the dvipsk package]) +AC_ARG_WITH([gsftopk], + [ --without-gsftopk do not build the gsftopk package]) +AC_ARG_WITH([lacheck], + [ --without-lacheck do not build the lacheck package]) +AC_ARG_WITH([makeindexk], + [ --without-makeindexk do not build the makeindexk package]) +AC_ARG_WITH([musixflx], + [ --without-musixflx do not build the musixflx package]) +AC_ARG_WITH([ps2pkm], + [ --without-ps2pkm do not build the ps2pkm package]) +AC_ARG_WITH([seetexk], + [ --without-seetexk do not build the seetexk package]) +AC_ARG_WITH([tetex], + [ --without-tetex do not build the tetex package]) +AC_ARG_WITH([tex4htk], + [ --without-tex4htk do not build the tex4htk package]) +AC_ARG_WITH([texlive], + [ --without-texlive do not build the texlive package]) +AC_ARG_WITH([ttf2pk], + [ --without-ttf2pk do not build the ttf2pk package]) +AC_ARG_WITH([tth], + [ --without-tth do not build the tth package]) +AC_ARG_WITH([xdvik], + [ --without-xdvik do not build the xdvik package]) |