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