diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 14:27:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 14:27:43 +0200 |
commit | 04235ff1134e404b133917020fa4eac1038947a0 (patch) | |
tree | 3d91d5c2b96c17048cd70491082c008977985c26 /doc/gawktexi.in | |
parent | a8f1600b7ba13834f476e455d382d188b49eef9e (diff) | |
parent | d2dde96decab77927a04af75fd9183666c25a624 (diff) | |
download | egawk-04235ff1134e404b133917020fa4eac1038947a0.tar.gz egawk-04235ff1134e404b133917020fa4eac1038947a0.tar.bz2 egawk-04235ff1134e404b133917020fa4eac1038947a0.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 654fa3eb..8ec07642 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -38564,6 +38564,15 @@ MPFR support is not available. Disable all message-translation facilities. This is usually not desirable, but it may bring you some slight performance improvement. + +@cindex @option{--enable-versioned-extension-dir} configuration option +@cindex configuration option, @code{--enable-versioned-extension-dir} +@item --enable-versioned-extension-dir +Use a versioned directory for extensions. The directory name will +include the major and minor API versions in it. This makes it possible +to keep extensions for different API versions on the same system +without their conflicting with one another. + @end table Use the command @samp{./configure --help} to see the full list of |