diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 11:13:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 11:13:31 +0200 |
commit | 67a491896e14a12f85d336864138c21c6146aea0 (patch) | |
tree | 35696fc0edd3a16130899284a8be92401e17882e /doc/gawk.texi | |
parent | 5864e4d3bff453af474557234a573b8f1785fc8a (diff) | |
download | egawk-67a491896e14a12f85d336864138c21c6146aea0.tar.gz egawk-67a491896e14a12f85d336864138c21c6146aea0.tar.bz2 egawk-67a491896e14a12f85d336864138c21c6146aea0.zip |
Add --enable-versioned-extension-dir configure 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 781f157e..cc32cb84 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39552,6 +39552,14 @@ 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. + @cindex @option{--with-whiny-user-strftime} configuration option @cindex configuration option, @code{--with-whiny-user-strftime} @item --with-whiny-user-strftime |