Right now, any patch which modifies common autotools source files
triggers autoreconf. In some cases, this causes the package to be
reconfigured twice -- once by the eclass, and the second time by the
ebuild.
To avoid that, trigger autoreconfiguration only when user patches modify
these files.
---
autotools-utils.eclass | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)