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