aclocal-1.16: command not found

libmodbus/build-aux/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         
         
         
Makefile:419: recipe for target 'aclocal.m4' failed
make[2]: *** [aclocal.m4] Error 127

解决办法:安装automake-1.16.tar.gz

1. sudo apt-get install autoconf

2.tar xf automake-1.16.tar.gz

3.cd automake-1.16

3../configure

4.make

5.sudo make install

你可能感兴趣的:(Linux,gnu,p2p,fpga开发)