diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:08:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:08:18 +0200 |
commit | b058d18ea65146294c6396e6439accfe3ccdcb6c (patch) | |
tree | 5059760acf2af39657d5d2ac700d706319140661 /doc/gawktexi.in | |
parent | 8481a586e4037d5c6f02fd28ad1e4a7eec1b9e65 (diff) | |
download | egawk-b058d18ea65146294c6396e6439accfe3ccdcb6c.tar.gz egawk-b058d18ea65146294c6396e6439accfe3ccdcb6c.tar.bz2 egawk-b058d18ea65146294c6396e6439accfe3ccdcb6c.zip |
Make extensions controlled by configure time option.
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 f385107b..02aa713b 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33501,6 +33501,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 |