www.LinuxHowtos.org
ACLOCAL
Section: User Commands (1)Updated: July 2011
Index Return to Main Contents
NAME
aclocal - manual page for aclocal 1.9.6SYNOPSIS
aclocal [OPTIONS] ...DESCRIPTION
Generate `aclocal.m4' by scanning `configure.ac' or `configure.in'- --acdir=DIR
- directory holding config files
- --help
- print this help, then exit
- -I DIR
- add directory to search list for .m4 files
- --force
- always update output file
- --output=FILE
- put output in FILE (default aclocal.m4)
- --print-ac-dir
- print name of directory holding m4 files
- --verbose
- don't be silent
- --version
- print version number, then exit
AUTHOR
Written by Tom Tromey <tromey@redhat.com>REPORTING BUGS
Report bugs to <bug-automake@gnu.org>.COPYRIGHT
Copyright © 2005 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
The full documentation for aclocal is maintained as a Texinfo manual. If the info and aclocal programs are properly installed at your site, the command- info aclocal
should give you access to the complete manual.