autoheader.1 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.8.
  2. .TH AUTOHEADER "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
  3. .SH NAME
  4. autoheader \- Create a template header for configure
  5. .SH SYNOPSIS
  6. .B autoheader
  7. [\fIOPTION\fR]... [\fITEMPLATE-FILE\fR]
  8. .SH DESCRIPTION
  9. Create a template file of C `#define' statements for `configure' to
  10. use. To this end, scan TEMPLATE\-FILE, or `configure.ac' if present,
  11. or else `configure.in'.
  12. .TP
  13. \fB\-h\fR, \fB\-\-help\fR
  14. print this help, then exit
  15. .TP
  16. \fB\-V\fR, \fB\-\-version\fR
  17. print version number, then exit
  18. .TP
  19. \fB\-v\fR, \fB\-\-verbose\fR
  20. verbosely report processing
  21. .TP
  22. \fB\-d\fR, \fB\-\-debug\fR
  23. don't remove temporary files
  24. .TP
  25. \fB\-f\fR, \fB\-\-force\fR
  26. consider all files obsolete
  27. .TP
  28. \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
  29. report the warnings falling in CATEGORY
  30. .SS "Warning categories include:"
  31. .TP
  32. `cross'
  33. cross compilation issues
  34. .TP
  35. `gnu'
  36. GNU coding standards (default in gnu and gnits modes)
  37. .TP
  38. `obsolete'
  39. obsolete features or constructions
  40. .TP
  41. `override'
  42. user redefinitions of Automake rules or variables
  43. .TP
  44. `portability'
  45. portability issues (default in gnu and gnits modes)
  46. .TP
  47. `syntax'
  48. dubious syntactic constructs (default)
  49. .TP
  50. `unsupported'
  51. unsupported or incomplete features (default)
  52. .TP
  53. `all'
  54. all the warnings
  55. .TP
  56. `no\-CATEGORY'
  57. turn off warnings in CATEGORY
  58. .TP
  59. `none'
  60. turn off all the warnings
  61. .TP
  62. `error'
  63. treat warnings as errors
  64. .SS "Library directories:"
  65. .TP
  66. \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
  67. prepend directory DIR to search path
  68. .TP
  69. \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
  70. append directory DIR to search path
  71. .SH AUTHOR
  72. Written by Roland McGrath and Akim Demaille.
  73. .SH "REPORTING BUGS"
  74. Report bugs to <bug\-autoconf@gnu.org>.
  75. .br
  76. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
  77. .br
  78. General help using GNU software: <http://www.gnu.org/gethelp/>.
  79. .SH COPYRIGHT
  80. Copyright \(co 2012 Free Software Foundation, Inc.
  81. License GPLv3+/Autoconf: GNU GPL version 3 or later
  82. <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
  83. .br
  84. This is free software: you are free to change and redistribute it.
  85. There is NO WARRANTY, to the extent permitted by law.
  86. .SH "SEE ALSO"
  87. .BR autoconf (1),
  88. .BR automake (1),
  89. .BR autoreconf (1),
  90. .BR autoupdate (1),
  91. .BR autoheader (1),
  92. .BR autoscan (1),
  93. .BR config.guess (1),
  94. .BR config.sub (1),
  95. .BR ifnames (1),
  96. .BR libtool (1).
  97. .PP
  98. The full documentation for
  99. .B autoheader
  100. is maintained as a Texinfo manual. If the
  101. .B info
  102. and
  103. .B autoheader
  104. programs are properly installed at your site, the command
  105. .IP
  106. .B info autoheader
  107. .PP
  108. should give you access to the complete manual.