View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#122
Originally Posted by AapoRantalainen View Post
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
Could you please package the newer autotools (autoconf >= 2.64 but overriding the scrathcbox autoconf, automake >= 1.10 but overriding the scratchbox automake)? You must be good at it as you made a lot of ports



Thanks
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-06-27 at 17:16.