diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-26 01:40:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-26 01:40:28 +0000 |
commit | 3eee757342e33eef4644cb12adf263cfc068e873 (patch) | |
tree | 01e4bc5328c5c250af759d6df4af0c74fb68f1b4 /Build/source/tetex.ac | |
parent | e8792894f6bd6fa1d66bacf4e718d71c97fc204f (diff) |
license comment; always enable_gif and with_kpathsea
git-svn-id: svn://tug.org/texlive/trunk@2531 c570f23f-e606-0410-a88d-b1316a301751
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 |