No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / autoconf / man / autoreconf.1
blob7b357914c84c6d84a0d7a43af82edca936114703
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH AUTORECONF "1" "July 2001" "GNU Autoconf 2.52" FSF
3 .SH NAME
4 autoreconf \- Update generated configuration files
5 .SH SYNOPSIS
6 .B autoreconf
7 [\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
8 .SH DESCRIPTION
9 Run `autoconf' (and `autoheader', `aclocal' and `automake', where
10 appropriate) repeatedly to remake the Autoconf `configure' scripts
11 and configuration header templates in the directory tree rooted at the
12 current directory.  By default, it only remakes those files that are
13 older than their predecessors.  If you install a new version of
14 Autoconf, running `autoreconf' remakes all of the files by giving it
15 the `--force' option.
16 .SS "Operation modes:"
17 .TP
18 \fB\-h\fR, \fB\-\-help\fR
19 print this help, then exit
20 .TP
21 \fB\-V\fR, \fB\-\-version\fR
22 print version number, then exit
23 .TP
24 \fB\-v\fR, \fB\-\-verbose\fR
25 verbosely report processing
26 .TP
27 \fB\-d\fR, \fB\-\-debug\fR
28 don't remove temporary files
29 .TP
30 \fB\-f\fR, \fB\-\-force\fR
31 consider every files are obsolete
32 .TP
33 \fB\-i\fR, \fB\-\-install\fR
34 copy missing auxiliary files
35 .TP
36 \fB\-s\fR, \fB\-\-symlink\fR
37 instead of copying, install symbolic links
38 .PP
39 The option `--install' is similar to the option `--add-missing' in
40 other tools.
41 .SS "Library directories:"
42 .TP
43 \fB\-A\fR, \fB\-\-autoconf\-dir\fR=\fIACDIR\fR
44 Autoconf's macro files location (rarely needed)
45 .TP
46 \fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR
47 location of `aclocal.m4' and `acconfig.h'
48 .TP
49 \fB\-M\fR, \fB\-\-m4dir\fR=\fIM4DIR\fR
50 this package's Autoconf extensions
51 .PP
52 Unless specified, heuristics try to compute `M4DIR' from the `Makefile.am',
53 or defaults to `m4' if it exists.
54 .SS "The following options are passed to `automake':"
55 .TP
56 \fB\-\-cygnus\fR
57 assume program is part of Cygnus-style tree
58 .TP
59 \fB\-\-foreign\fR
60 set strictness to foreign
61 .TP
62 \fB\-\-gnits\fR
63 set strictness to gnits
64 .TP
65 \fB\-\-gnu\fR
66 set strictness to gnu
67 .TP
68 \fB\-\-include\-deps\fR
69 include generated dependencies in Makefile.in
70 .PP
71 The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, and ACLOCAL
72 are honored.
73 .SH AUTHOR
74 Written by David J. MacKenzie.
75 .PP
76 Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
77 This is free software; see the source for copying conditions.  There is NO
78 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79 .SH "REPORTING BUGS"
80 Report bugs to <bug-autoconf@gnu.org>.
81 .SH "SEE ALSO"
82 .BR autoconf (1),
83 .BR automake (1),
84 .BR autoreconf (1),
85 .BR autoupdate (1),
86 .BR autoheader (1),
87 .BR autoscan (1),
88 .BR config.guess (1),
89 .BR config.sub (1),
90 .BR ifnames (1),
91 .BR libtool (1).
92 .PP
93 The full documentation for
94 .B autoreconf
95 is maintained as a Texinfo manual.  If the
96 .B info
97 and
98 .B autoreconf
99 programs are properly installed at your site, the command
101 .B info autoreconf
103 should give you access to the complete manual.