commands.sh

automake

all

Automated Makefile generation for software projects using GNU standards.

More info →

Options (2)

-v, --verboseboolean

Add verbose output for debugging

Example: automake {{[-v|--verbose]}}
-a, --add-missingboolean

Add missing standard files (INSTALL, COPYING, depcomp, etc.)

Example: automake {{[-a|--add-missing]}}

Examples (5)

Run automake to regenerate Makefiles after editing `Makefile.am`

Generate `Makefile.in` for a non-GNU project (foreign mode)

automake --foreign

Add verbose output for debugging

automake [-v|--verbose]

Add missing standard files (INSTALL, COPYING, depcomp, etc.)

automake [-a|--add-missing]

Display help

automake --help
made by @shridhargupta | data from tldr-pages