From 9ea424383c69a8fcfeeac14705dcc10162b1e2c7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 10 May 2008 19:01:38 +0000 Subject: 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 --- packages/binutils/binutils-avr32.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- cgit v1.2.3