automake
Making GNU standards-compliant Makefiles
Automake the part of the GNU build system for producing standards-compliant Makefiles. Build requirements are entered in an intuitive format and then Automake works with Autoconf to produce a robust Makefile, simplifying the entire process for the developer.
- Versions: 1.16.5
- Website: https://www.gnu.org/software/automake/
- Licenses: GPL 2+
- Package source: gnu/packages/autotools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of automake
as follows:
guix install automake
Or install a particular version:
guix install automake@1.16.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of automake about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/automake'><img src='https://packages.guix.gnu.org/packages/automake/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/automake)
Example Org:
[[https://packages.guix.gnu.org/packages/automake][https://packages.guix.gnu.org/packages/automake/badges/latest-version.svg]]