source: trunk/essentials/sys-devel/autoconf/man/autoscan.1

Last change on this file was 3092, checked in by bird, 18 years ago

autoconf 2.61

File size: 1.8 KB
Line 
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
2.TH AUTOSCAN "1" "November 2006" "autoscan 2.61" "User Commands"
3.SH NAME
4autoscan \- Generate a preliminary configure.in
5.SH SYNOPSIS
6.B autoscan
7[\fIOPTION\fR] ... [\fISRCDIR\fR]
8.SH DESCRIPTION
9Examine source files in the directory tree rooted at SRCDIR, or the
10current directory if none is given. Search the source files for
11common portability problems, check for incompleteness of
12`configure.ac', and create a file `configure.scan' which is a
13preliminary `configure.ac' for that package.
14.TP
15\fB\-h\fR, \fB\-\-help\fR
16print this help, then exit
17.TP
18\fB\-V\fR, \fB\-\-version\fR
19print version number, then exit
20.TP
21\fB\-v\fR, \fB\-\-verbose\fR
22verbosely report processing
23.TP
24\fB\-d\fR, \fB\-\-debug\fR
25don't remove temporary files
26.SS "Library directories:"
27.TP
28\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
29prepend directory DIR to search path
30.TP
31\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
32append directory DIR to search path
33.SH AUTHOR
34Written by David J. MacKenzie and Akim Demaille.
35.SH "REPORTING BUGS"
36Report bugs to <bug\-autoconf@gnu.org>.
37.SH COPYRIGHT
38Copyright \(co 2006 Free Software Foundation, Inc.
39.br
40This is free software. You may redistribute copies of it under the terms of
41the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
42There is NO WARRANTY, to the extent permitted by law.
43.SH "SEE ALSO"
44.BR autoconf (1),
45.BR automake (1),
46.BR autoreconf (1),
47.BR autoupdate (1),
48.BR autoheader (1),
49.BR autoscan (1),
50.BR config.guess (1),
51.BR config.sub (1),
52.BR ifnames (1),
53.BR libtool (1).
54.PP
55The full documentation for
56.B autoscan
57is maintained as a Texinfo manual. If the
58.B info
59and
60.B autoscan
61programs are properly installed at your site, the command
62.IP
63.B info autoscan
64.PP
65should give you access to the complete manual.
Note: See TracBrowser for help on using the repository browser.