tgangte / bonesi

Automatically exported from code.google.com/p/bonesi
Apache License 2.0
1 stars 0 forks source link

Error in 'make install' #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error while installing bonesi in ubuntu 11.04

amandeep@amandeep-VirtualBox:~/Desktop/bonesi/trunk$ make install
cd . && aclocal-1.10 
/bin/bash: aclocal-1.10: command not found
make: *** [aclocal.m4] Error 127

Please help..

Original issue reported on code.google.com by aman21si...@gmail.com on 10 Oct 2011 at 3:36

GoogleCodeExporter commented 9 years ago
Hi,

That's a version problem of automake.
You can either install the old version of it using:

$ sudo apt-get install automake1.10

OR you can regenerate the Makefile with the new version using:

$ aclocal
$ autoconf
$ automake

I don't want to update the files in the SVN now in order to still have it 
usable on Debian.

Best regards!

Original comment by goldstein.iupr on 12 Oct 2011 at 4:44