Blame man/ifnames.1

Packit Service 9646c7
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.8.
Packit Service 9646c7
.TH IFNAMES "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
Packit Service 9646c7
.SH NAME
Packit Service 9646c7
ifnames \- Extract CPP conditionals from a set of files
Packit Service 9646c7
.SH SYNOPSIS
Packit Service 9646c7
.B ifnames
Packit Service 9646c7
[\fIOPTION\fR]... [\fIFILE\fR]...
Packit Service 9646c7
.SH DESCRIPTION
Packit Service 9646c7
Scan all of the C source FILES (or the standard input, if none are
Packit Service 9646c7
given) and write to the standard output a sorted list of all the
Packit Service 9646c7
identifiers that appear in those files in `#if', `#elif', `#ifdef', or
Packit Service 9646c7
`#ifndef' directives.  Print each identifier on a line, followed by a
Packit Service 9646c7
space\-separated list of the files in which that identifier occurs.
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-h\fR, \fB\-\-help\fR
Packit Service 9646c7
print this help, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-V\fR, \fB\-\-version\fR
Packit Service 9646c7
print version number, then exit
Packit Service 9646c7
.SH AUTHOR
Packit Service 9646c7
Written by David J. MacKenzie and Paul Eggert.
Packit Service 9646c7
.SH "REPORTING BUGS"
Packit Service 9646c7
Report bugs to <bug\-autoconf@gnu.org>.
Packit Service 9646c7
.br
Packit Service 9646c7
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
Packit Service 9646c7
.br
Packit Service 9646c7
General help using GNU software: <http://www.gnu.org/gethelp/>.
Packit Service 9646c7
.SH COPYRIGHT
Packit Service 9646c7
Copyright \(co 2012 Free Software Foundation, Inc.
Packit Service 9646c7
License GPLv3+/Autoconf: GNU GPL version 3 or later
Packit Service 9646c7
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
Packit Service 9646c7
.br
Packit Service 9646c7
This is free software: you are free to change and redistribute it.
Packit Service 9646c7
There is NO WARRANTY, to the extent permitted by law.
Packit Service 9646c7
.SH "SEE ALSO"
Packit Service 9646c7
.BR autoconf (1),
Packit Service 9646c7
.BR automake (1),
Packit Service 9646c7
.BR autoreconf (1),
Packit Service 9646c7
.BR autoupdate (1),
Packit Service 9646c7
.BR autoheader (1),
Packit Service 9646c7
.BR autoscan (1),
Packit Service 9646c7
.BR config.guess (1),
Packit Service 9646c7
.BR config.sub (1),
Packit Service 9646c7
.BR ifnames (1),
Packit Service 9646c7
.BR libtool (1).
Packit Service 9646c7
.PP
Packit Service 9646c7
The full documentation for
Packit Service 9646c7
.B ifnames
Packit Service 9646c7
is maintained as a Texinfo manual.  If the
Packit Service 9646c7
.B info
Packit Service 9646c7
and
Packit Service 9646c7
.B ifnames
Packit Service 9646c7
programs are properly installed at your site, the command
Packit Service 9646c7
.IP
Packit Service 9646c7
.B info ifnames
Packit Service 9646c7
.PP
Packit Service 9646c7
should give you access to the complete manual.