Re: [PATCH 09/12] test-lib: rename the LIBPCRE prerequisite to PCRE

2017-04-11 Thread Jeff King
On Sat, Apr 08, 2017 at 01:25:03PM +, Ævar Arnfjörð Bjarmason wrote: > Rename the LIBPCRE prerequisite to PCRE. This is for preparation for > libpcre2 support, where having just "LIBPCRE" would be confusing as it > implies v1 of the library. > > None of these tests are incompatible between

[PATCH 09/12] test-lib: rename the LIBPCRE prerequisite to PCRE

2017-04-08 Thread Ævar Arnfjörð Bjarmason
Rename the LIBPCRE prerequisite to PCRE. This is for preparation for libpcre2 support, where having just "LIBPCRE" would be confusing as it implies v1 of the library. None of these tests are incompatible between versions 1 & 2 of libpcre, it's less confusing to give them a more general name to