Friday 11, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Friday, 1 September 2017

automake Linux Command

automake

automake [options] [template_file]
GNU automake tool. Create GNU standards-compliant Makefile.in files from Makefile.am template files and can be used to ensure that projects contain all the files and install options required to be standards-compliant. Note that Versions 1.4 and 1.6 differ enough that many distributions include an automake14 package for backward compatibility.

Options

-a, --add-missing
Add any missing files that automake requires to the directory by creating symbolic links to automake's default versions.

-c, --copy
Used with the -a option. Copy missing files instead of creating symbolic links.

--cygnus
Specifies project has a Cygnus-style source tree.

-f, --force-missing
Used with the -a option. Replace required files even if a local copy already exists.

--foreign
Treat project as a non-GNU project. Check only for elements required for proper operation.

--gnu
Treat project as a GNU project with the GNU project structure.

--gnits
A stricter version of --gnu, performing more checks to comply with GNU project structure rules.

--help
Print help message, then exit.

-i, --ignore-deps
Disable automatic dependency tracking.

--libdir=dir
Used with the -a option. Search in directory dir for default files.

--no-force
Update only Makefile.in files that have updated dependents.

-v, --verbose
List files being read or created by automake.

--version
Print version number, then exit.

-Werror
Treat warnings as errors.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • ssh-keyscan - Linux Commands ssh-keyscan ssh-keyscan [options] Gather public and private host keys from a number of hosts. Can be used in scripts. Options -4 Use IPv4 addresses only. -6 Use IPv6 addresses only. -f file Read hostnames or addrlist… Read More
  • Create or change a password using passwd Linux Command passwd passwd [options] [user] Create or change a password associated with a user name. Only the owner or a privileged user may change a password. Owners need not specify their user name. Users can change their own passwo… Read More
  • grep Linux Command grep grep [options] pattern [files] Search one or more files for lines that match a regular expression pattern. Regular expressions are described in Chapter 7. Exit status is 0 if any lines match, 1 if none match, and 2 fo… Read More
  • ssh-agent - Linux Command ssh-agent ssh-agent [options] [command [arguments] ] Hold private keys used for public key authentication. ssh-agent is usually executed at the beginning of an X or login session; then all other windows or programs given … Read More
  • Patch Linux Command patch patch [options] [original [patchfile] ] Apply the patches specified in patchfile to original. Replace the original with the new, patched version; move the original to original.orig or original~. The patch file is a d… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: automake Linux Command Rating: 5 Reviewed By: eHowToNow