diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 14:28:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 14:28:16 +0200 |
commit | 31964a0f57a269734730a6bc597d4733e1518eb8 (patch) | |
tree | 8f4aa2156654c05f0fdb819e726bb18286c67c50 /doc/gawktexi.in | |
parent | b38e210c1b96e7e38bf2e479759f697ccaa006b5 (diff) | |
parent | 04235ff1134e404b133917020fa4eac1038947a0 (diff) | |
download | egawk-31964a0f57a269734730a6bc597d4733e1518eb8.tar.gz egawk-31964a0f57a269734730a6bc597d4733e1518eb8.tar.bz2 egawk-31964a0f57a269734730a6bc597d4733e1518eb8.zip |
Merge branch 'master' into feature/fix-comments
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 |