diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:12:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-21 21:12:20 +0200 |
commit | c66f7da30bb5635957b6e68c1e1db7e77e7b4174 (patch) | |
tree | 4a1f0fb7c79f8bfaaa1e28eb8f3ebf60ce88a10a /doc/gawk.texi | |
parent | 6d23f400a4c9e32f748228d168ee738fe422ae4b (diff) | |
parent | b058d18ea65146294c6396e6439accfe3ccdcb6c (diff) | |
download | egawk-c66f7da30bb5635957b6e68c1e1db7e77e7b4174.tar.gz egawk-c66f7da30bb5635957b6e68c1e1db7e77e7b4174.tar.bz2 egawk-c66f7da30bb5635957b6e68c1e1db7e77e7b4174.zip |
Merge branch 'gawk-4.1-stable'
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 b736116e..6e5fb555 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -34360,6 +34360,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 |