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