On 2013-09-05 10:20, Bruncsak, Attila wrote: > The shell is improperly handling nested double quotes, even if it should > recognize the nesting. > The second double quote is not a closing one but a second opening due to > the reverse quote before. Interesting shell you've got there; still, good catch ;) The ones default on Solaris (Bourne shell on legacy systems or bash on newer ones) as well as Linux (bash) interpreted this OK. I attach the configure.ac/Makefile.in patch with my parallelized make code, applied and updated against the current CVS version (checked out an hour ago) and with the fix for single-quotes; builds okay for me over NFS. I hope Attila can verify that this also works for his setup, and we can soon integrate this update into CVS :) Thanks, //Jim Klimov
Message
Re: [milter-greylist] milter-greylist 4.5.5 is available - parallel make PATCH3
2013-09-05 by Jim Klimov