(trunk r12264)
svn path=/main/branches/2.1.6/; revision=12266
_autotools_funcs = (
"eaclocal", "eautoconf", "eautoheader",
"eautomake", "eautoreconf", "_elibtoolize")
- _autotools_func_re = re.compile(r'(^|\s|\|\||&&)(' + \
- "|".join(_autotools_funcs) + r')(\s|\|\||&&|\\?$)')
+ _autotools_func_re = re.compile(r'\b(' + \
+ "|".join(_autotools_funcs) + r')\b')
# Exempt eclasses:
# git - An EGIT_BOOTSTRAP variable may be used to call one of
# the autotools functions.