diff options
Diffstat (limited to 'Build/source/tetex.ac')
-rw-r--r-- | Build/source/tetex.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/tetex.ac b/Build/source/tetex.ac index d9d9324a7a3..db284949746 100644 --- a/Build/source/tetex.ac +++ b/Build/source/tetex.ac @@ -1,3 +1,5 @@ +# tetex.ac -- public domain. Created by Thomas Esser. + # for texinfo : ${enable_install_warnings=no} export enable_install_warnings @@ -6,6 +8,14 @@ export enable_install_warnings : ${enable_tetex_build=yes} export enable_tetex_build +# for lcdf-typetools +: ${with_kpathsea=yes} +export with_kpathsea + +# for sam2p +: ${enable_gif=yes} +export enable gif + # we just build pdfetex, not pdftex and not etex: : ${with_etex=no} ${with_pdftex=no} export with_etex with_pdftex |