Autotools is a series of tools. First, check whether the following tools are installed in your Ubuntu System (you can view them using the which command): aclocalautoscanautoconfautoheaderautomake & nb
Autotools is a series of tools. First, check whether the following tools are installed in your Ubuntu System (you can view them using the which command ):
Aclocal
Autoscan
Autoconf
Autoheader
Automake
Installation Method:
Lin @ lenovo :~ $ Sudo apt-get install autoconf
Shown as follows:
Reading the package list... complete
Analyzing the dependency tree of the software package
Reading status information... complete
E: The software package autoscan cannot be found.
The following additional software packages will be installed:
Automake autotools-dev m4
Recommended software packages:
Autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc libtool
Gettext
The following [new] software packages will be installed:
Autoconf automake autotools-dev m4
A total of 0 software packages have been upgraded, 4 new software packages have been installed, 0 software packages have to be uninstalled, and 28 software have not been upgraded.
Download a software package of 1315kB.
After decompression, extra space of 4 kb is consumed.
Do you want to continue? [Y/n]
Enter y to install
Run the which command to view the information.
As follows:
Lin @ lenovo :~ $ Which aclocal
/Usr/bin/aclocal
Lin @ lenovo :~ $ Which autoscan
/Usr/bin/autoscan
Lin @ lenovo :~ $ Which autoconf
/Usr/bin/autoconf
Lin @ lenovo :~ $ Which auto header
Lin @ lenovo :~ $ Automake
Automake: 'configure. AC' or 'configure. in' is required
Lin @ lenovo :~ $ Which automake
/Usr/bin/automake