I'm trying to build gcc in my prefix, but it's always picking up
automake-1.7 from /usr/share and not the latest from my
${EPREFIX}/usr/share directory.

I spotted the following in gnuconfig.eclass....

# this searches the standard locations for the newest config.{sub|
guess}, and
# returns the directory where they can be found.
gnuconfig_findnewest() {
        local locations="
                /usr/share/gnuconfig/config.sub
                /usr/share/automake-1.9/config.sub
                /usr/share/automake-1.8/config.sub
                /usr/share/automake-1.7/config.sub
                /usr/share/automake-1.6/config.sub
                /usr/share/automake-1.5/config.sub
                /usr/share/automake-1.4/config.sub
                /usr/share/libtool/config.sub
        "
        grep -s '^timestamp' ${locations} | sort -n -t\' -k2 | tail -n 1
| sed 's,/config.sub:.*$,,'
}

Shouldn't the above have the ${EPREFIX} added somehow?

Alan.

-- 
[email protected] mailing list

Reply via email to