binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host...
authorKoen Kooi <koen@openembedded.org>
Sat, 10 May 2008 19:01:38 +0000 (19:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 10 May 2008 19:01:38 +0000 (19:01 +0000)
packages/binutils/binutils-avr32.inc

index 38c3866..2767494 100644 (file)
@@ -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 &&