From: Koen Kooi Date: Sat, 10 May 2008 19:01:38 +0000 (+0000) Subject: binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host... X-Git-Tag: Release-2010-05/1~6961 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea424383c69a8fcfeeac14705dcc10162b1e2c7;p=openembedded.git binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host tools, certainly not without checking it they exist. This commit fixes the build for me on debian unstable and ubuntu hardy --- diff --git a/packages/binutils/binutils-avr32.inc b/packages/binutils/binutils-avr32.inc index 38c3866f96..2767494940 100644 --- a/packages/binutils/binutils-avr32.inc +++ b/packages/binutils/binutils-avr32.inc @@ -5,7 +5,7 @@ do_avr32_reconf () { if test ${TARGET_ARCH} == avr32; then - (cd ${S} && autoconf2.13) || die "Error running autoconf" + (cd ${S} && autoconf) || die "Error running autoconf" for dir in bfd opcodes binutils ld; do (cd "${S}/$dir" && aclocal &&