Yes, I have tried and messed with these without deep understanding. I confess these are packages by me. I can't find my sources for them, but I think they have something wrong. I think you can install automake from extras-devel and it contains /usr/bin/automake-1.10 (1.10.1). I have used/I'm using autoconf-2.68 copied from my Ubuntu. Ugly (but working?): Code: sudo cp /usr/bin/autoconf /scratchbox/users/`whoami`/targets/FREMANTLE_ARMEL/usr/bin/autoconf Not sure what else it needs, maybe all these: Code: /usr/bin/autoscan /usr/bin/autoheader /usr/bin/autoreconf /usr/bin/ifnames /usr/bin/autom4te /usr/bin/autoupdate /usr/bin/autoconf Some of them are also in different path, so you must delete them, or overwrite old symlinks. e.g Code: sudo cp /usr/bin/autom4te /scratchbox/devkits/autotools-legacy/bin/autom4te
sudo cp /usr/bin/autoconf /scratchbox/users/`whoami`/targets/FREMANTLE_ARMEL/usr/bin/autoconf
/usr/bin/autoscan /usr/bin/autoheader /usr/bin/autoreconf /usr/bin/ifnames /usr/bin/autom4te /usr/bin/autoupdate /usr/bin/autoconf
sudo cp /usr/bin/autom4te /scratchbox/devkits/autotools-legacy/bin/autom4te