more xopts
[k8sbuild.git] / xoptz / tre.xopt
blobdc2d426efa4ec280a26a309da692f08e57e7dfaa
1 profile=empty
3   --enable-approx        disable the approximate matching functionality [default=enabled]
4   --enable-agrep         Do not build and install the agrep tool [default=install]
5   --disable-system-abi     try to make TRE compatible with the system regex ABI [default=disabled]
6 #  --disable-wchar         disable the wide character (wchar_t) support [default=detect]
7 #  --disable-multibyte     disable multibyte character set support [default=detect]
8   --enable-largefile     omit support for large files
9   --disable-nls           do not use Native Language Support
10 #  --disable-rpath         do not hardcode runtime library paths
11   --enable-static         build static libraries [default=no]
12   --enable-shared         build shared libraries [default=yes]
15 !DESC
16 TRE regexp library
18 TRE is a lightweight, robust, and efficient POSIX compliant regexp
19 matching library with some exciting features such as approximate
20 (fuzzy) matching.
21 !EOF