Perl-совместимые регулярные выражения (Perl-compatible regular expressions)
BUILDING SHARED AND STATIC LIBRARIES
The Autotools PCRE building process uses libtool to build both
shared and static libraries by default. You can suppress one of
these by adding one of
--disable-shared
--disable-static
to the configure command, as required.