diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-16 00:03:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-16 00:03:16 +0000 |
commit | cc68d22a4a87ea77bf2ea82288854d2abcfc1f3d (patch) | |
tree | 155cb9cab56d69e677bbc2b11edae71cead67b5f /Build/source/withenable.ac | |
parent | 269d9a5ff80f6f2e0279be58cf9b09f4e5ed86fa (diff) |
from TeX
git-svn-id: svn://tug.org/texlive/trunk@1480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/withenable.ac')
-rw-r--r-- | Build/source/withenable.ac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac new file mode 100644 index 00000000000..eab556c4d95 --- /dev/null +++ b/Build/source/withenable.ac @@ -0,0 +1,24 @@ +dnl Written long ago by Thomas Esser and Sebastian Rahtz. Public domain. +AC_ARG_ENABLE([multiplatform], + [ --enable-multiplatform put executables in bin/PLATFORM]) + +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]) + +AC_ARG_WITH([pdfopen], + [ --without-pdfopen do not build the pdfopen package]) + +AC_ARG_WITH([psutils], + [ --without-psutils do not build the psutils package]) + +AC_ARG_WITH([t1utils], + [ --without-t1utils do not build the t1utils package]) + +AC_ARG_WITH([texi2html], + [ --without-texi2html do not build the texi2html package]) + +AC_ARG_WITH([texinfo], + [ --without-texinfo do not build the texinfo package]) |