summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-11 10:01:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-11 10:01:47 +0000
commit83862d353cdf1a3d0d97c35fb2e5031ca31b3b22 (patch)
tree03756786c02b0167b4f49dc36af9abe597732d90 /Build/source/utils
parent717d1f8e302106991da10e5e68a9fe0e8d5e7087 (diff)
Avoid using strcpy() for overlapping strings
TEXEDIT: use texworks instead of vi for Windows git-svn-id: svn://tug.org/texlive/trunk@22043 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-xBuild/source/utils/configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 3bb5d3da237..24f4072a3b1 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -747,8 +747,6 @@ enable_t1rawafm
enable_t1reencode
enable_t1testpage
enable_ttftotype42
-enable_cfftot1
-enable_ttftotype42
enable_updmap
enable_makeindexk
enable_makejvf
@@ -1563,7 +1561,8 @@ Optional Packages:
--with-recode use `recode' instead of `iconv' to build xindy
[default: no]
--with-banner-add=STR add STR to version string appended to banner lines
- --with-editor=CMD invoke CMD from the `e' option [vi +%d %s]
+ --with-editor=CMD invoke CMD from the `e' option [vi +%d '%s'] or
+ [texworks --position=%d "%s"]
--without-mf-x-toolkit do not use X toolkit for METAFONT
--with-gs=/PATH/TO/gs Hard-wire the location of GhostScript
--with-system-libgs build dvisvgm with installed gs headers and library