src_configure is also defined. Thanks to Betelgeuse for the patch which
I've modified to be silent in EAPI 0 or 1 in case ebuilds want to define
src_configure in those EAPIs and call it manually from src_compile.
svn path=/main/trunk/; revision=11603
local x
local LOCAL_EXTRA_ECONF="${EXTRA_ECONF}"
+ ! hasq "$EAPI" 0 1 && [[ $EBUILD_PHASE = compile && \
+ $(type -t src_configure) = function ]] && \
+ eqawarn "econf called in src_compile instead of src_configure"
+
if [ -z "${ECONF_SOURCE}" ]; then
ECONF_SOURCE="."
fi