diff options
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]) |