Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 461854

Summary: autotools-utils.eclass: should have it's own econf
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: EclassesAssignee: Michał Górny <mgorny>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christoph Junghans (RETIRED) gentoo-dev 2013-03-15 20:11:09 UTC
I think for independence from portage autotools-utils.eclass should have its own implementation of econf.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-15 22:09:32 UTC
Could you elaborate?

Do I understand correctly that you mean inlining the econf code into autotools-utils_src_configure? Why would we need that?
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2013-03-16 20:15:37 UTC
Having an econf implementation in autotools-utils would help to have exactly the same behavior on all package managers. And I would only add the EAPI>=5 econf parts. If we ever default to empty phase functions, it would be bad to still rely on this huge internal piece of code.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-22 18:22:13 UTC
I still don't think this will be beneficial to us in any way. And definitely not the way of least surprise. I'm rather working on making autotools-utils use more of standard functions rather than reimplementing them.