Hey everyone.
I need to install opkg in my ubuntu 10.04 server. I have tried installing it by doing this
git clone git://git.yoctoproject.org/opkg
When I tried doing this
./configure
it gave me a message saying that I should install autoconfig and automake. I installed the packages but it didn't work.
I need opkg to work with packages that are for a Khepera III robot.
Can anyone please help me