summaryrefslogtreecommitdiff
path: root/Build/source/README.hacking
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
commit8d543990d396f5e1126d575ccb37d7623276ed0b (patch)
tree8956db51ce299cca4a9483cfd5c6b01e1e94f311 /Build/source/README.hacking
parenta849488fd6c6ab60c6b927fd43e04691a2634f00 (diff)
build system and chktex: automatically enable
git-svn-id: svn://tug.org/texlive/trunk@18188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.hacking')
-rw-r--r--Build/source/README.hacking6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/README.hacking b/Build/source/README.hacking
index 51e0bfd773b..9d3154aec51 100644
--- a/Build/source/README.hacking
+++ b/Build/source/README.hacking
@@ -65,9 +65,9 @@ where KPSE_ENABLE_PROG, defined in m4/kpse-setup.m4, has one required
argument -- the name of the subdirectory -- and three optional arguments: a
list of required TL libraries (zlib is implied by libpng and need not be
mentioned), a list of options ('disable' if this program is not to be built
-by default, 'native' if cross compilation is not possible), and a comment
-added to the help text for the disable or enable configure option for this
-program.
+by default, 'native' if cross compilation is not possible, 'x' if this
+program requires X11), and a comment added to the help text for the disable
+or enable configure option for this program.
3.2 Adding a new generic library directory
------------------------------------------