| Summary: | autotools-utils.eclass - (semi)automated handling of eautoreconf | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Justin Lecher (RETIRED) <jlec> |
| Component: | Current packages | Assignee: | Michał Górny <mgorny> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
There's some testing in mgorny overlay but it's ugly without fixes to autotools.eclass. *** This bug has been marked as a duplicate of bug 392073 *** |
It would be nice to have a better handling of needed eautoreconf in the eclass to avoid this src_prepare() { autotools-utils_src_prepare eautoreconf } So either we could have a variable to force the autoreconf or the eclass could check for modifiactions at configure.{ac,in} Makefile.am or so and trigger eautoreconf execution by that. Maybe with a negative blocking variable for autoreconf.