On 05/16/2011 03:56 PM, Sam Steingold wrote:
> 
> from the way VC_LIST_ALWAYS_EXCLUDE_REGEX is used, this appears to be TRT:
> 
> VC_LIST_ALWAYS_EXCLUDE_REGEX = ChangeLog|configure|config.in.h|aclocal.m4

| outside () is different than (|).  Try:

VC_LIST_ALWAYS_EXCLUDE_REGEX = \
 ^(ChangeLog|configure|config.in.h|aclocal.m4)$$

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to