diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 116 | ||||
-rw-r--r-- | doc/gawk.texi | 8 | ||||
-rw-r--r-- | doc/gawktexi.in | 8 |
4 files changed, 84 insertions, 53 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 810e329b..10f0165c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-21 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Additional Configuration Options): Document + the --disable-extensions option. + 2013-12-12 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Fix the presentation of asort() and asorti(). diff --git a/doc/gawk.info b/doc/gawk.info index fd2813ab..845d3be3 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -25836,6 +25836,12 @@ B.2.2 Additional Configuration Options There are several additional options you may use on the `configure' command line when compiling `gawk' from scratch, including: +`--disable-extensions' + Disable configuring and building the sample extensions in the + `extension' directory. This is useful for cross-compiling. The + default action is to dynamically check if the extensions can be + configured and compiled. + `--disable-lint' Disable all lint checking within `gawk'. The `--lint' and `--lint-old' options (*note Options::) are accepted, but silently @@ -29461,10 +29467,12 @@ Index * --characters-as-bytes option: Options. (line 82) * --copyright option: Options. (line 102) * --debug option: Options. (line 122) -* --disable-lint configuration option: Additional Configuration Options. +* --disable-extensions configuration option: Additional Configuration Options. (line 9) +* --disable-lint configuration option: Additional Configuration Options. + (line 15) * --disable-nls configuration option: Additional Configuration Options. - (line 24) + (line 30) * --dump-variables option <1>: Library Names. (line 45) * --dump-variables option: Options. (line 107) * --exec option: Options. (line 139) @@ -29502,7 +29510,7 @@ Index * --use-lc-numeric option: Options. (line 215) * --version option: Options. (line 293) * --with-whiny-user-strftime configuration option: Additional Configuration Options. - (line 29) + (line 35) * -b option: Options. (line 82) * -C option: Options. (line 102) * -D option: Options. (line 122) @@ -30097,12 +30105,14 @@ Index * concatenating: Concatenation. (line 8) * condition debugger command: Breakpoint Control. (line 54) * conditional expressions: Conditional Exp. (line 6) -* configuration option, --disable-lint: Additional Configuration Options. +* configuration option, --disable-extensions: Additional Configuration Options. (line 9) +* configuration option, --disable-lint: Additional Configuration Options. + (line 15) * configuration option, --disable-nls: Additional Configuration Options. - (line 24) + (line 30) * configuration option, --with-whiny-user-strftime: Additional Configuration Options. - (line 29) + (line 35) * configuration options, gawk: Additional Configuration Options. (line 6) * constants, floating-point: Floating-point Constants. @@ -32653,52 +32663,52 @@ Node: Distribution contents1028252 Node: Unix Installation1033772 Node: Quick Installation1034389 Node: Additional Configuration Options1036833 -Node: Configuration Philosophy1038310 -Node: Non-Unix Installation1040664 -Node: PC Installation1041122 -Node: PC Binary Installation1042421 -Node: PC Compiling1044269 -Node: PC Testing1047213 -Node: PC Using1048389 -Node: Cygwin1052574 -Node: MSYS1053574 -Node: VMS Installation1054088 -Node: VMS Compilation1054691 -Ref: VMS Compilation-Footnote-11055698 -Node: VMS Installation Details1055756 -Node: VMS Running1057391 -Node: VMS Old Gawk1058998 -Node: Bugs1059472 -Node: Other Versions1063328 -Node: Notes1069412 -Node: Compatibility Mode1070212 -Node: Additions1070995 -Node: Accessing The Source1071922 -Node: Adding Code1073362 -Node: New Ports1079407 -Node: Derived Files1083542 -Ref: Derived Files-Footnote-11088863 -Ref: Derived Files-Footnote-21088897 -Ref: Derived Files-Footnote-31089497 -Node: Future Extensions1089595 -Node: Implementation Limitations1090172 -Node: Extension Design1091424 -Node: Old Extension Problems1092578 -Ref: Old Extension Problems-Footnote-11094086 -Node: Extension New Mechanism Goals1094143 -Ref: Extension New Mechanism Goals-Footnote-11097508 -Node: Extension Other Design Decisions1097694 -Node: Extension Future Growth1099800 -Node: Old Extension Mechanism1100636 -Node: Basic Concepts1102376 -Node: Basic High Level1103057 -Ref: figure-general-flow1103328 -Ref: figure-process-flow1103927 -Ref: Basic High Level-Footnote-11107156 -Node: Basic Data Typing1107341 -Node: Glossary1110696 -Node: Copying1136158 -Node: GNU Free Documentation License1173715 -Node: Index1198852 +Node: Configuration Philosophy1038569 +Node: Non-Unix Installation1040923 +Node: PC Installation1041381 +Node: PC Binary Installation1042680 +Node: PC Compiling1044528 +Node: PC Testing1047472 +Node: PC Using1048648 +Node: Cygwin1052833 +Node: MSYS1053833 +Node: VMS Installation1054347 +Node: VMS Compilation1054950 +Ref: VMS Compilation-Footnote-11055957 +Node: VMS Installation Details1056015 +Node: VMS Running1057650 +Node: VMS Old Gawk1059257 +Node: Bugs1059731 +Node: Other Versions1063587 +Node: Notes1069671 +Node: Compatibility Mode1070471 +Node: Additions1071254 +Node: Accessing The Source1072181 +Node: Adding Code1073621 +Node: New Ports1079666 +Node: Derived Files1083801 +Ref: Derived Files-Footnote-11089122 +Ref: Derived Files-Footnote-21089156 +Ref: Derived Files-Footnote-31089756 +Node: Future Extensions1089854 +Node: Implementation Limitations1090431 +Node: Extension Design1091683 +Node: Old Extension Problems1092837 +Ref: Old Extension Problems-Footnote-11094345 +Node: Extension New Mechanism Goals1094402 +Ref: Extension New Mechanism Goals-Footnote-11097767 +Node: Extension Other Design Decisions1097953 +Node: Extension Future Growth1100059 +Node: Old Extension Mechanism1100895 +Node: Basic Concepts1102635 +Node: Basic High Level1103316 +Ref: figure-general-flow1103587 +Ref: figure-process-flow1104186 +Ref: Basic High Level-Footnote-11107415 +Node: Basic Data Typing1107600 +Node: Glossary1110955 +Node: Copying1136417 +Node: GNU Free Documentation License1173974 +Node: Index1199111 End Tag Table 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 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 8f24b61c..aac8c2af 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33509,6 +33509,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 |