1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH AUTORECONF "1" "December 2023" "GNU Autoconf 2.72" "User Commands"
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS
.B autoreconf
[\fI\,OPTION\/\fR]... [\fI\,DIRECTORY\/\fR]...
.SH DESCRIPTION
Run 'autoconf' and, when needed, 'aclocal', 'autoheader', 'automake',
\&'autopoint' (formerly 'gettextize'), 'libtoolize', 'intltoolize', and
\&'gtkdocize' to regenerate the GNU Build System files in specified
DIRECTORIES and their subdirectories (defaulting to '.').
.PP
By default, it only remakes those files that are older than their
sources. If you install new versions of the GNU Build System,
you can make 'autoreconf' remake all of the files by giving it the
\&'\-\-force' option.
.SS "Operation modes:"
.TP
\fB\-h\fR, \fB\-\-help\fR
print this help, then exit
.TP
\fB\-V\fR, \fB\-\-version\fR
print version number, then exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR
verbosely report processing
.TP
\fB\-d\fR, \fB\-\-debug\fR
don't remove temporary files
.TP
\fB\-f\fR, \fB\-\-force\fR
consider all generated and standard files obsolete
.TP
\fB\-i\fR, \fB\-\-install\fR
copy missing standard auxiliary files
.TP
\fB\-\-no\-recursive\fR
don't rebuild sub\-packages
.TP
\fB\-s\fR, \fB\-\-symlink\fR
with \fB\-i\fR, install symbolic links instead of copies
.TP
\fB\-m\fR, \fB\-\-make\fR
when applicable, re\-run ./configure && make
.TP
\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR
report the warnings falling in CATEGORY
(comma\-separated list accepted)
.SS "Warning categories are:"
.TP
cross
cross compilation issues
.TP
gnu
GNU coding standards (default in gnu and gnits modes)
.TP
obsolete
obsolete features or constructions (default)
.TP
override
user redefinitions of Automake rules or variables
.TP
portability
portability issues (default in gnu and gnits modes)
.TP
portability\-recursive
nested Make variables (default with \fB\-Wportability\fR)
.TP
extra\-portability
extra portability issues related to obscure tools
.TP
syntax
dubious syntactic constructs (default)
.TP
unsupported
unsupported or incomplete features (default)
.SS "-W also understands:"
.TP
all
turn on all the warnings
.TP
none
turn off all the warnings
.TP
no\-CATEGORY
turn off warnings in CATEGORY
.TP
error
treat all enabled warnings as errors
.SS "Library directories:"
.TP
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR
prepend directory DIR to search path
.TP
\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR
append directory DIR to search path
.PP
The environment variables AUTOCONF, ACLOCAL, AUTOHEADER, AUTOM4TE,
AUTOMAKE, AUTOPOINT, GTKDOCIZE, INTLTOOLIZE, LIBTOOLIZE, M4, MAKE,
and WARNINGS are honored.
.SH AUTHOR
Written by David J. MacKenzie and Akim Demaille.
.SH "REPORTING BUGS"
Report bugs to
.MT bug-autoconf@gnu.org
.ME ,
or via Savannah:
.UR https://savannah.gnu.org/support/?group=autoconf
.UE .
.SH COPYRIGHT
Copyright \(co 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
.BR autoconf (1),
.BR automake (1),
.BR autoreconf (1),
.BR autoupdate (1),
.BR autoheader (1),
.BR autoscan (1),
.BR config.guess (1),
.BR config.sub (1),
.BR ifnames (1),
.BR libtool (1).
The full documentation for Autoconf is maintained as a Texinfo manual.
To read the manual locally, use the command
.IP
.B info autoconf
.PP
You can also consult the Web version of the manual at
.UR https://gnu.org/software/autoconf/manual/
.UE .
|