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

NAME

6       aclocal - manual page for aclocal 1.16.5
7

SYNOPSIS

9       aclocal [OPTION]...
10

DESCRIPTION

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

OPTIONS

15       --automake-acdir=DIR
16              directory holding automake-provided m4 files
17
18       --system-acdir=DIR
19              directory holding third-party system-wide files
20
21       --diff[=COMMAND]
22              run COMMAND [diff -u] on M4 files that would be changed (implies
23              --install and --dry-run)
24
25       --dry-run
26              pretend to, but do not actually update any file
27
28       --force
29              always update output file
30
31       --help print this help, then exit
32
33       -I DIR add directory to search list for .m4 files
34
35       --install
36              copy third-party files to the first -I directory
37
38       --output=FILE
39              put output in FILE (default aclocal.m4)
40
41       --print-ac-dir
42              print name  of  directory  holding  system-wide  third-party  m4
43              files, then exit
44
45       --verbose
46              don't be silent
47
48       --version
49              print version number, then exit
50
51       -W, --warnings=CATEGORY
52              report the warnings falling in CATEGORY
53
54   Warning categories include:
55       cross  cross compilation issues
56
57       gnu    GNU coding standards (default in gnu and gnits modes)
58
59       obsolete
60              obsolete features or constructions (default)
61
62       override
63              user redefinitions of Automake rules or variables
64
65       portability
66              portability issues (default in gnu and gnits modes)
67
68       portability-recursive
69              nested Make variables (default with -Wportability)
70
71       extra-portability
72              extra portability issues related to obscure tools
73
74       syntax dubious syntactic constructs (default)
75
76       unsupported
77              unsupported or incomplete features (default)
78
79       all    all the warnings
80
81       no-CATEGORY
82              turn off warnings in CATEGORY
83
84       none   turn off all the warnings
85
86       error  treat warnings as errors
87

AUTHOR

89       Written by Tom Tromey <tromey@redhat.com>
90
91              and Alexandre Duret-Lutz <adl@gnu.org>.
92

REPORTING BUGS

94       Report bugs to <bug-automake@gnu.org>.
95       GNU Automake home page: <https://www.gnu.org/software/automake/>.
96       General help using GNU software: <https://www.gnu.org/gethelp/>.
97
99       Copyright  ©  2021  Free Software Foundation, Inc.  License GPLv2+: GNU
100       GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
101       This is free software: you are free  to  change  and  redistribute  it.
102       There is NO WARRANTY, to the extent permitted by law.
103

SEE ALSO

105       The  full  documentation for aclocal is maintained as a Texinfo manual.
106       If the info and aclocal programs are properly installed at  your  site,
107       the command
108
109              info aclocal
110
111       should give you access to the complete manual.
112
113
114
115GNU automake 1.16.5               August 2022                       ACLOCAL(1)
Impressum