ifnames.1 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.8.
  2. .TH IFNAMES "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
  3. .SH NAME
  4. ifnames \- Extract CPP conditionals from a set of files
  5. .SH SYNOPSIS
  6. .B ifnames
  7. [\fIOPTION\fR]... [\fIFILE\fR]...
  8. .SH DESCRIPTION
  9. Scan all of the C source FILES (or the standard input, if none are
  10. given) and write to the standard output a sorted list of all the
  11. identifiers that appear in those files in `#if', `#elif', `#ifdef', or
  12. `#ifndef' directives. Print each identifier on a line, followed by a
  13. space\-separated list of the files in which that identifier occurs.
  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. .SH AUTHOR
  21. Written by David J. MacKenzie and Paul Eggert.
  22. .SH "REPORTING BUGS"
  23. Report bugs to <bug\-autoconf@gnu.org>.
  24. .br
  25. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
  26. .br
  27. General help using GNU software: <http://www.gnu.org/gethelp/>.
  28. .SH COPYRIGHT
  29. Copyright \(co 2012 Free Software Foundation, Inc.
  30. License GPLv3+/Autoconf: GNU GPL version 3 or later
  31. <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
  32. .br
  33. This is free software: you are free to change and redistribute it.
  34. There is NO WARRANTY, to the extent permitted by law.
  35. .SH "SEE ALSO"
  36. .BR autoconf (1),
  37. .BR automake (1),
  38. .BR autoreconf (1),
  39. .BR autoupdate (1),
  40. .BR autoheader (1),
  41. .BR autoscan (1),
  42. .BR config.guess (1),
  43. .BR config.sub (1),
  44. .BR ifnames (1),
  45. .BR libtool (1).
  46. .PP
  47. The full documentation for
  48. .B ifnames
  49. is maintained as a Texinfo manual. If the
  50. .B info
  51. and
  52. .B ifnames
  53. programs are properly installed at your site, the command
  54. .IP
  55. .B info ifnames
  56. .PP
  57. should give you access to the complete manual.