[oe-commits] org.oe.dev binutils-avr32: do not specify specific autoconf version, use whatever we staged.

likewise commit oe at amethyst.openembedded.net
Thu May 1 19:19:21 UTC 2008


binutils-avr32: do not specify specific autoconf version, use whatever we staged.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: e663e533ca5126df353fb0b2069136ac8afa8a1e
ViewMTN: http://monotone.openembedded.org/revision/info/e663e533ca5126df353fb0b2069136ac8afa8a1e
Files:
1
packages/binutils/binutils-avr32.inc
Diffs:

#
# mt diff -re6d7705996dc996eef6bfa1e0041867696ab24cb -re663e533ca5126df353fb0b2069136ac8afa8a1e
#
#
#
# patch "packages/binutils/binutils-avr32.inc"
#  from [a7d324afa09eb724099f42b11b3b68772ef94d3e]
#    to [7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583]
#
============================================================
--- packages/binutils/binutils-avr32.inc	a7d324afa09eb724099f42b11b3b68772ef94d3e
+++ packages/binutils/binutils-avr32.inc	7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583
@@ -5,18 +5,17 @@ do_avr32_reconf () {
 
 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-1.9 &&
+                 aclocal &&
                  autoconf &&
-                 automake-1.9 &&
+                 automake &&
                  autoheader) || die "Error reconfiguring $dir"
             done
         fi
 }
 
-
 do_avr32_configure_bfd () {
         if test ${TARGET_ARCH} == avr32; then
             (cd ${B} && make configure-bfd) || die "Error running 'make configure-bfd'"
@@ -24,8 +23,6 @@ do_avr32_configure_bfd () {
         fi
 }
 
-
-
 addtask avr32_reconf after do_patch before do_configure
 addtask avr32_configure_bfd after do_configure before do_compile
           






More information about the Openembedded-commits mailing list