1ACLOCAL(1)                       User Commands                      ACLOCAL(1)
2
3
4

NAME

6       aclocal - manual page for aclocal 1.11.1
7

SYNOPSIS

9       aclocal [OPTIONS] ...
10

DESCRIPTION

12       Generate `aclocal.m4' by scanning `configure.ac' or `configure.in'
13

OPTIONS

15       --acdir=DIR
16              directory holding config files (for debugging)
17
18       --diff[=COMMAND]
19              run COMMAND [diff -u] on M4 files that would be changed (implies
20              --install and --dry-run)
21
22       --dry-run
23              pretend to, but do not actually update any file
24
25       --force
26              always update output file
27
28       --help print this help, then exit
29
30       -I DIR add directory to search list for .m4 files
31
32       --install
33              copy third-party files to the first -I directory
34
35       --output=FILE
36              put output in FILE (default aclocal.m4)
37
38       --print-ac-dir
39              print name of directory holding m4 files, then exit
40
41       --verbose
42              don't be silent
43
44       --version
45              print version number, then exit
46
47       -W, --warnings=CATEGORY
48              report the warnings falling in CATEGORY
49
50   Warning categories include:
51       `syntax'
52              dubious syntactic constructs (default)
53
54       `unsupported'
55              unknown macros (default)
56
57       `all'  all the warnings (default)
58
59       `no-CATEGORY'
60              turn off warnings in CATEGORY
61
62       `none' turn off all the warnings
63
64       `error'
65              treat warnings as errors
66

AUTHOR

68       Written by Tom Tromey <tromey@redhat.com>
69
70              and Alexandre Duret-Lutz <adl@gnu.org>.
71

REPORTING BUGS

73       Report bugs to <bug-automake@gnu.org>.
74
76       Copyright © 2009 Free Software Foundation, Inc.   License  GPLv2+:  GNU
77       GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
78       This  is  free  software:  you  are free to change and redistribute it.
79       There is NO WARRANTY, to the extent permitted by law.
80

SEE ALSO

82       The full documentation for aclocal is maintained as a  Texinfo  manual.
83       If  the  info and aclocal programs are properly installed at your site,
84       the command
85
86              info aclocal
87
88       should give you access to the complete manual.
89
90
91
92aclocal 1.11.1                   December 2009                      ACLOCAL(1)
Impressum