source: trunk/third/autoconf/man/ifnames.1 @ 20137

Revision 20137, 1.5 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20136, which included commits to RCS files with non-trunk default branches.
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2.TH IFNAMES "1" "November 2003" "ifnames 2.59" "User Commands"
3.SH NAME
4ifnames \- Extract CPP conditionals from a set of files
5.SH SYNOPSIS
6.B ifnames
7[\fIOPTION\fR] ...  [\fIFILE\fR] ...
8.SH DESCRIPTION
9Scan all of the C source FILES (or the standard input, if none are
10given) and write to the standard output a sorted list of all the
11identifiers that appear in those files in `#if', `#elif', `#ifdef', or
12`#ifndef' directives.  Print each identifier on a line, followed by a
13space-separated list of the files in which that identifier occurs.
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.SH AUTHOR
21Written by David J. MacKenzie and Paul Eggert.
22.SH "REPORTING BUGS"
23Report bugs to <bug-autoconf@gnu.org>.
24.SH COPYRIGHT
25Copyright \(co 2003 Free Software Foundation, Inc.
26.br
27This is free software; see the source for copying conditions.  There is NO
28warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
29.SH "SEE ALSO"
30.BR autoconf (1),
31.BR automake (1),
32.BR autoreconf (1),
33.BR autoupdate (1),
34.BR autoheader (1),
35.BR autoscan (1),
36.BR config.guess (1),
37.BR config.sub (1),
38.BR ifnames (1),
39.BR libtool (1).
40.PP
41The full documentation for
42.B ifnames
43is maintained as a Texinfo manual.  If the
44.B info
45and
46.B ifnames
47programs are properly installed at your site, the command
48.IP
49.B info ifnames
50.PP
51should give you access to the complete manual.
Note: See TracBrowser for help on using the repository browser.