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/gawk.texi | |
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/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 80638e46..ba55737d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -34352,6 +34352,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 |