We are moved to new domain
Click -> www.ehowtonow.com
Monday, 10 July 2017

aclocal Linux Command

aclocal

aclocal [options]

Description:

GNU autoconf tool. Place m4 macro definitions needed by autoconf into a single file. The aclocal command first scans for macro definitions in m4 files in its default directory (/usr/share/aclocal on some systems) and in the file acinclude.m4. It next scans for macros used in the configure.in file. It generates an aclocal.m4 file that contains definitions of all m4 macros required by autoconf.

Options

--acdir=dir
Look for macro files in directory dir instead of the default directory.

--help
Print help message, then exit.

-I dir
Additionally, search directory dir for m4 macro definitions.

--output=file
Save output to file instead of aclocal.m4.

--print-ac-dir
Print the name of the directory to be searched for m4 files, then exit.

--verbose
Print names of files being processed.

--version
Print version number, then exit.

Reference : http://www.linuxdevcenter.com

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

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