diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:10:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:10:31 +0200 |
commit | 1f5da7abf7a21b00aef859a8b9f584d7d07ce450 (patch) | |
tree | 1105fa769319c8dc452518fe8201bdbe0925e232 /doc/gawktexi.in | |
parent | dea0ddff4762a6d485cd95c07fd2d58aba99e74b (diff) | |
parent | b058d18ea65146294c6396e6439accfe3ccdcb6c (diff) | |
download | egawk-1f5da7abf7a21b00aef859a8b9f584d7d07ce450.tar.gz egawk-1f5da7abf7a21b00aef859a8b9f584d7d07ce450.tar.bz2 egawk-1f5da7abf7a21b00aef859a8b9f584d7d07ce450.zip |
Merge branch 'gawk-4.1-stable' into new-vms
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index c4dbea5c..51b90877 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33507,6 +33507,14 @@ command line when compiling @command{gawk} from scratch, including: @table @code +@cindex @code{--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. +The default action is to dynamically check if the extensions +can be configured and compiled. + @cindex @code{--disable-lint} configuration option @cindex configuration option, @code{--disable-lint} @item --disable-lint |