Re: Git bug. "make [all]" does not use USE_LIBPCRE when "configure --with-libpcre" was previously run

2013-08-14 Thread Alexey Shumkin
On Wed, Aug 14, 2013 at 09:39:10AM -0700, Junio C Hamano wrote: > Junio C Hamano writes: > > > This does not have anything to do with C, but is a breakage in our > > autoconf script. I've meant C-programmers does understand autoconf, too. But I do not :(. > > It appears that anything that is mea

Re: Git bug. "make [all]" does not use USE_LIBPCRE when "configure --with-libpcre" was previously run

2013-08-14 Thread Junio C Hamano
Junio C Hamano writes: > This does not have anything to do with C, but is a breakage in our > autoconf script. It appears that anything that is meant to be > appended at end via $config_appended_defs mechanism is missing from > the end result. > > In fact, symbols whose explicit substitution the

Re: Git bug. "make [all]" does not use USE_LIBPCRE when "configure --with-libpcre" was previously run

2013-08-14 Thread Junio C Hamano
Alexey Shumkin writes: >>From time to time, I use `git grep -P` to search text in sources using PCRE. > Today I was suprised when that command gave me the error > "fatal: cannot use Perl-compatible regexes when not compiled with > USE_LIBPCRE" > > As far as I always use > ./configure