193 lines
5.8 KiB
HTML
193 lines
5.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of AUTORECONF</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>AUTORECONF</H1>
|
|
Section: User Commands (1)<BR>Updated: January 2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
autoreconf - Update generated configuration files
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>autoreconf</B>
|
|
|
|
[<I>,OPTION/</I>]... [<I>,DIRECTORY/</I>]...
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
|
|
(formerly `gettextize'), and `libtoolize' where appropriate)
|
|
repeatedly to remake the GNU Build System files in specified
|
|
DIRECTORIES and their subdirectories (defaulting to `.').
|
|
<P>
|
|
|
|
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.
|
|
<A NAME="lbAE"> </A>
|
|
<H3>Operation modes:</H3>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-h</B>, <B>--help</B><DD>
|
|
print this help, then exit
|
|
<DT id="2"><B>-V</B>, <B>--version</B><DD>
|
|
print version number, then exit
|
|
<DT id="3"><B>-v</B>, <B>--verbose</B><DD>
|
|
verbosely report processing
|
|
<DT id="4"><B>-d</B>, <B>--debug</B><DD>
|
|
don't remove temporary files
|
|
<DT id="5"><B>-f</B>, <B>--force</B><DD>
|
|
consider all files obsolete
|
|
<DT id="6"><B>-i</B>, <B>--install</B><DD>
|
|
copy missing auxiliary files
|
|
<DT id="7"><B>--no-recursive</B><DD>
|
|
don't rebuild sub-packages
|
|
<DT id="8"><B>-s</B>, <B>--symlink</B><DD>
|
|
with <B>-i</B>, install symbolic links instead of copies
|
|
<DT id="9"><B>-m</B>, <B>--make</B><DD>
|
|
when applicable, re-run ./configure && make
|
|
<DT id="10"><B>-W</B>, <B>--warnings</B>=<I>,CATEGORY/</I><DD>
|
|
report the warnings falling in CATEGORY [syntax]
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Warning categories include:</H3>
|
|
|
|
<DL COMPACT>
|
|
<DT id="11">`cross'<DD>
|
|
cross compilation issues
|
|
<DT id="12">`gnu'<DD>
|
|
GNU coding standards (default in gnu and gnits modes)
|
|
<DT id="13">`obsolete'<DD>
|
|
obsolete features or constructions
|
|
<DT id="14">`override'<DD>
|
|
user redefinitions of Automake rules or variables
|
|
<DT id="15">`portability'<DD>
|
|
portability issues (default in gnu and gnits modes)
|
|
<DT id="16">`syntax'<DD>
|
|
dubious syntactic constructs (default)
|
|
<DT id="17">`unsupported'<DD>
|
|
unsupported or incomplete features (default)
|
|
<DT id="18">`all'<DD>
|
|
all the warnings
|
|
<DT id="19">`no-CATEGORY'<DD>
|
|
turn off warnings in CATEGORY
|
|
<DT id="20">`none'<DD>
|
|
turn off all the warnings
|
|
<DT id="21">`error'<DD>
|
|
treat warnings as errors
|
|
</DL>
|
|
<P>
|
|
|
|
The environment variable `WARNINGS' is honored. Some subtools might
|
|
support other warning types, using `all' is encouraged.
|
|
<A NAME="lbAG"> </A>
|
|
<H3>Library directories:</H3>
|
|
|
|
<DL COMPACT>
|
|
<DT id="22"><B>-B</B>, <B>--prepend-include</B>=<I>,DIR/</I><DD>
|
|
prepend directory DIR to search path
|
|
<DT id="23"><B>-I</B>, <B>--include</B>=<I>,DIR/</I><DD>
|
|
append directory DIR to search path
|
|
</DL>
|
|
<P>
|
|
|
|
The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
|
|
ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Written by David J. MacKenzie and Akim Demaille.
|
|
<A NAME="lbAI"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
Report bugs to <<A HREF="mailto:bug-autoconf@gnu.org">bug-autoconf@gnu.org</A>>.
|
|
<BR>
|
|
|
|
GNU Autoconf home page: <<A HREF="http://www.gnu.org/software/autoconf/">http://www.gnu.org/software/autoconf/</A>>.
|
|
<BR>
|
|
|
|
General help using GNU software: <<A HREF="http://www.gnu.org/gethelp/">http://www.gnu.org/gethelp/</A>>.
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright © 2012 Free Software Foundation, Inc.
|
|
License GPLv3+/Autoconf: GNU GPL version 3 or later
|
|
<<A HREF="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</A>>, <<A HREF="http://gnu.org/licenses/exceptions.html">http://gnu.org/licenses/exceptions.html</A>>
|
|
<BR>
|
|
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
<A NAME="lbAK"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+autoconf">autoconf</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+automake">automake</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+autoreconf">autoreconf</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+autoupdate">autoupdate</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+autoheader">autoheader</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+autoscan">autoscan</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+config.guess">config.guess</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+config.sub">config.sub</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ifnames">ifnames</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+libtool">libtool</A></B>(1).
|
|
|
|
<P>
|
|
|
|
The full documentation for
|
|
<B>autoreconf</B>
|
|
|
|
is maintained as a Texinfo manual. If the
|
|
<B>info</B>
|
|
|
|
and
|
|
<B>autoreconf</B>
|
|
|
|
programs are properly installed at your site, the command
|
|
<DL COMPACT>
|
|
<DT id="24"><DD>
|
|
<B>info autoreconf</B>
|
|
|
|
</DL>
|
|
<P>
|
|
|
|
should give you access to the complete manual.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="25"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="26"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="27"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DL>
|
|
<DT id="28"><A HREF="#lbAE">Operation modes:</A><DD>
|
|
<DT id="29"><A HREF="#lbAF">Warning categories include:</A><DD>
|
|
<DT id="30"><A HREF="#lbAG">Library directories:</A><DD>
|
|
</DL>
|
|
<DT id="31"><A HREF="#lbAH">AUTHOR</A><DD>
|
|
<DT id="32"><A HREF="#lbAI">REPORTING BUGS</A><DD>
|
|
<DT id="33"><A HREF="#lbAJ">COPYRIGHT</A><DD>
|
|
<DT id="34"><A HREF="#lbAK">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:07 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|