aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-05 20:34:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-05 20:34:23 +0300
commit5fcb16c45d4f282557411479194c61e30d3b63cd (patch)
treeb928ea224051cc4a2ae8f82a686afce30f1f49b0 /doc/gawktexi.in
parentee101d0a87ea73f64a6743cf09118547ac6038f5 (diff)
parent2a1cc6b172b589d64166c2350d85f512c648a2ca (diff)
downloadegawk-5fcb16c45d4f282557411479194c61e30d3b63cd.tar.gz
egawk-5fcb16c45d4f282557411479194c61e30d3b63cd.tar.bz2
egawk-5fcb16c45d4f282557411479194c61e30d3b63cd.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 1ded5454..8c9b14f6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39505,8 +39505,12 @@ command line when compiling @command{gawk} from scratch, including:
@cindex @option{--disable-extensions} configuration option
@cindex configuration option, @code{--disable-extensions}
@item --disable-extensions
-Disable configuring and building the sample extensions in the
-@file{extension} directory. This is useful for cross-compiling.
+Disable the extension mechanism within @command{gawk}. With this
+option, it is not possible to use dynamic extensions. This also
+disables configuring and building the sample extensions in the
+@file{extension} directory.
+
+This option may be useful for cross-compiling.
The default action is to dynamically check if the extensions
can be configured and compiled.