Blame man/autoreconf.1

Packit Service 9646c7
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.8.
Packit Service 9646c7
.TH AUTORECONF "1" "April 2012" "GNU Autoconf 2.68b.22-280f-dirty" "User Commands"
Packit Service 9646c7
.SH NAME
Packit Service 9646c7
autoreconf \- Update generated configuration files
Packit Service 9646c7
.SH SYNOPSIS
Packit Service 9646c7
.B autoreconf
Packit Service 9646c7
[\fIOPTION\fR]... [\fIDIRECTORY\fR]...
Packit Service 9646c7
.SH DESCRIPTION
Packit Service 9646c7
Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
Packit Service 9646c7
(formerly `gettextize'), and `libtoolize' where appropriate)
Packit Service 9646c7
repeatedly to remake the GNU Build System files in specified
Packit Service 9646c7
DIRECTORIES and their subdirectories (defaulting to `.').
Packit Service 9646c7
.PP
Packit Service 9646c7
By default, it only remakes those files that are older than their
Packit Service 9646c7
sources.  If you install new versions of the GNU Build System,
Packit Service 9646c7
you can make `autoreconf' remake all of the files by giving it the
Packit Service 9646c7
`\-\-force' option.
Packit Service 9646c7
.SS "Operation modes:"
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-h\fR, \fB\-\-help\fR
Packit Service 9646c7
print this help, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-V\fR, \fB\-\-version\fR
Packit Service 9646c7
print version number, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-v\fR, \fB\-\-verbose\fR
Packit Service 9646c7
verbosely report processing
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-d\fR, \fB\-\-debug\fR
Packit Service 9646c7
don't remove temporary files
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-f\fR, \fB\-\-force\fR
Packit Service 9646c7
consider all files obsolete
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-i\fR, \fB\-\-install\fR
Packit Service 9646c7
copy missing auxiliary files
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-\-no\-recursive\fR
Packit Service 9646c7
don't rebuild sub\-packages
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-s\fR, \fB\-\-symlink\fR
Packit Service 9646c7
with \fB\-i\fR, install symbolic links instead of copies
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-m\fR, \fB\-\-make\fR
Packit Service 9646c7
when applicable, re\-run ./configure && make
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
Packit Service 9646c7
report the warnings falling in CATEGORY [syntax]
Packit Service 9646c7
.SS "Warning categories include:"
Packit Service 9646c7
.TP
Packit Service 9646c7
`cross'
Packit Service 9646c7
cross compilation issues
Packit Service 9646c7
.TP
Packit Service 9646c7
`gnu'
Packit Service 9646c7
GNU coding standards (default in gnu and gnits modes)
Packit Service 9646c7
.TP
Packit Service 9646c7
`obsolete'
Packit Service 9646c7
obsolete features or constructions
Packit Service 9646c7
.TP
Packit Service 9646c7
`override'
Packit Service 9646c7
user redefinitions of Automake rules or variables
Packit Service 9646c7
.TP
Packit Service 9646c7
`portability'
Packit Service 9646c7
portability issues (default in gnu and gnits modes)
Packit Service 9646c7
.TP
Packit Service 9646c7
`syntax'
Packit Service 9646c7
dubious syntactic constructs (default)
Packit Service 9646c7
.TP
Packit Service 9646c7
`unsupported'
Packit Service 9646c7
unsupported or incomplete features (default)
Packit Service 9646c7
.TP
Packit Service 9646c7
`all'
Packit Service 9646c7
all the warnings
Packit Service 9646c7
.TP
Packit Service 9646c7
`no\-CATEGORY'
Packit Service 9646c7
turn off warnings in CATEGORY
Packit Service 9646c7
.TP
Packit Service 9646c7
`none'
Packit Service 9646c7
turn off all the warnings
Packit Service 9646c7
.TP
Packit Service 9646c7
`error'
Packit Service 9646c7
treat warnings as errors
Packit Service 9646c7
.PP
Packit Service 9646c7
The environment variable `WARNINGS' is honored.  Some subtools might
Packit Service 9646c7
support other warning types, using `all' is encouraged.
Packit Service 9646c7
.SS "Library directories:"
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
Packit Service 9646c7
prepend directory DIR to search path
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
Packit Service 9646c7
append directory DIR to search path
Packit Service 9646c7
.PP
Packit Service 9646c7
The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
Packit Service 9646c7
ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
Packit Service 9646c7
.SH AUTHOR
Packit Service 9646c7
Written by David J. MacKenzie and Akim Demaille.
Packit Service 9646c7
.SH "REPORTING BUGS"
Packit Service 9646c7
Report bugs to <bug\-autoconf@gnu.org>.
Packit Service 9646c7
.br
Packit Service 9646c7
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
Packit Service 9646c7
.br
Packit Service 9646c7
General help using GNU software: <http://www.gnu.org/gethelp/>.
Packit Service 9646c7
.SH COPYRIGHT
Packit Service 9646c7
Copyright \(co 2012 Free Software Foundation, Inc.
Packit Service 9646c7
License GPLv3+/Autoconf: GNU GPL version 3 or later
Packit Service 9646c7
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
Packit Service 9646c7
.br
Packit Service 9646c7
This is free software: you are free to change and redistribute it.
Packit Service 9646c7
There is NO WARRANTY, to the extent permitted by law.
Packit Service 9646c7
.SH "SEE ALSO"
Packit Service 9646c7
.BR autoconf (1),
Packit Service 9646c7
.BR automake (1),
Packit Service 9646c7
.BR autoreconf (1),
Packit Service 9646c7
.BR autoupdate (1),
Packit Service 9646c7
.BR autoheader (1),
Packit Service 9646c7
.BR autoscan (1),
Packit Service 9646c7
.BR config.guess (1),
Packit Service 9646c7
.BR config.sub (1),
Packit Service 9646c7
.BR ifnames (1),
Packit Service 9646c7
.BR libtool (1).
Packit Service 9646c7
.PP
Packit Service 9646c7
The full documentation for
Packit Service 9646c7
.B autoreconf
Packit Service 9646c7
is maintained as a Texinfo manual.  If the
Packit Service 9646c7
.B info
Packit Service 9646c7
and
Packit Service 9646c7
.B autoreconf
Packit Service 9646c7
programs are properly installed at your site, the command
Packit Service 9646c7
.IP
Packit Service 9646c7
.B info autoreconf
Packit Service 9646c7
.PP
Packit Service 9646c7
should give you access to the complete manual.