Skip to content
  • Daniel Elstner's avatar
    Strip "-L/usr/lib" from PCRE_LIBS if necessary. Strip "-I/usr/include" · 1ff3ea79
    Daniel Elstner authored
    * macros/pcre.m4 (PCRE_CHECK_VERSION): Strip "-L/usr/lib" from
    PCRE_LIBS if necessary.  Strip "-I/usr/include" from PCRE_CFLAGS
    too -- although not required on Debian, it's better not to rely
    on this.
    
    * autogen.sh: Standard POSIX regexps suck: according to the sed
    documentation, both "\?" and "\+" are GNU extensions.  Replace by
    "\{0,1\}" and "\{1,\}", respectively.
    * macros/pcre.m4 (PCRE_CHECK_VERSION): ditto.
    1ff3ea79
To find the state of this project's repository at the time of any of these versions, check out the tags.