diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-19 10:42:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-19 10:42:50 +0000 |
commit | ac34447a6fc45b4173276416d918eda488af0684 (patch) | |
tree | 7dfe126354ff1f1d8c9b55d42b9ffbdd2bb12c57 /Build/source/README.config | |
parent | 08a061da0b728753dd6307baa8e34981274c5432 (diff) |
texk/web2c/: bug fix: check font name length to avoid broken dvi files
git-svn-id: svn://tug.org/texlive/trunk@16075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.config')
-rw-r--r-- | Build/source/README.config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/README.config b/Build/source/README.config index 0e8be6b7c94..f109e03b4ac 100644 --- a/Build/source/README.config +++ b/Build/source/README.config @@ -59,8 +59,8 @@ somewhat improving portability. 1.4. --enable-libtool-hack -------------------------- -If enabled (by default for linux and solaris) prevents libtool from linking -explicitly with dependency_libs. +If enabled prevents libtool from linking explicitly with dependency_libs. +At present this is enabled by default for all systems. 1.5. --enable-shared --------------------- @@ -166,8 +166,9 @@ available, else Xaw. 2.5. Configure options for texk/dvisvgm/ ---------------------------------------- 2.5.1. --with-system-libgs -Build dvisvgm with installed gs headers and library. The default is to load -the gs library at runtime, or disable support for PostScript specials. +Build dvisvgm with installed gs headers and library (not allowed for a TeX +Live native build). The default is to load the gs library at runtime, or +disable support for PostScript specials. 2.5.2. --with-libgs-includes=DIR, --with-libgs-libdir=DIR Non standard search locations for libgs. |