My machine is gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3).
The package does not build on my machine.
Linux Xeon 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linu
Following error message is shown:
kaustubh@Xeon:~/t/clint-0.1.2$ make
make all-recursive
make[1]: Entering directory `/home/kaustubh/t/clint-0.1.2'
Making all in doc
make[2]: Entering directory...
oops I forgot to mention the version numbers:
Following are the version numbers of the tools I am using
autoconf (GNU Autoconf) 2.59
aclocal (GNU automake) 1.9.2
automake (GNU automake) 1.9.2
autoreconf (GNU Autoconf) 2.59.
When I run autoreconf in the trunk directory I get the following error:
[kaustubh@localhost trunk]$ autoreconf -i
aclocal: unrecognized option -- `--install'
Try `aclocal --help' for more information.
autoreconf: aclocal failed with exit status: 1
[kaustubh@localhost trunk]$.