2
0

autoconf.1 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.6.
  2. .TH AUTOCONF "1" "March 2012" "GNU Autoconf 2.68b" "User Commands"
  3. .SH NAME
  4. autoconf \- Generate configuration scripts
  5. .SH SYNOPSIS
  6. .B autoconf
  7. [\fIOPTION\fR]... [\fITEMPLATE-FILE\fR]
  8. .SH DESCRIPTION
  9. Generate a configuration script from a TEMPLATE\-FILE if given, or
  10. `configure.ac' if present, or else `configure.in'. Output is sent
  11. to the standard output if TEMPLATE\-FILE is given, else into
  12. `configure'.
  13. .SS "Operation modes:"
  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. .TP
  21. \fB\-v\fR, \fB\-\-verbose\fR
  22. verbosely report processing
  23. .TP
  24. \fB\-d\fR, \fB\-\-debug\fR
  25. don't remove temporary files
  26. .TP
  27. \fB\-f\fR, \fB\-\-force\fR
  28. consider all files obsolete
  29. .TP
  30. \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
  31. save output in FILE (stdout is the default)
  32. .TP
  33. \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
  34. report the warnings falling in CATEGORY [syntax]
  35. .SS "Warning categories include:"
  36. .TP
  37. `cross'
  38. cross compilation issues
  39. .TP
  40. `obsolete'
  41. obsolete constructs
  42. .TP
  43. `syntax'
  44. dubious syntactic constructs
  45. .TP
  46. `all'
  47. all the warnings
  48. .TP
  49. `no\-CATEGORY'
  50. turn off the warnings on CATEGORY
  51. .TP
  52. `none'
  53. turn off all the warnings
  54. .TP
  55. `error'
  56. warnings are error
  57. .PP
  58. The environment variables `M4' and `WARNINGS' are honored.
  59. .SS "Library directories:"
  60. .TP
  61. \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
  62. prepend directory DIR to search path
  63. .TP
  64. \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
  65. append directory DIR to search path
  66. .SS "Tracing:"
  67. .TP
  68. \fB\-t\fR, \fB\-\-trace\fR=\fIMACRO[\fR:FORMAT]
  69. report the list of calls to MACRO
  70. .TP
  71. \fB\-i\fR, \fB\-\-initialization\fR
  72. also trace Autoconf's initialization process
  73. .PP
  74. In tracing mode, no configuration script is created. FORMAT defaults
  75. to `$f:$l:$n:$%'; see `autom4te \fB\-\-help\fR' for information about FORMAT.
  76. .SH AUTHOR
  77. Written by David J. MacKenzie and Akim Demaille.
  78. .SH "REPORTING BUGS"
  79. Report bugs to <bug\-autoconf@gnu.org>.
  80. .br
  81. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
  82. .br
  83. General help using GNU software: <http://www.gnu.org/gethelp/>.
  84. .SH COPYRIGHT
  85. Copyright \(co 2012 Free Software Foundation, Inc.
  86. License GPLv3+/Autoconf: GNU GPL version 3 or later
  87. <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
  88. .br
  89. This is free software: you are free to change and redistribute it.
  90. There is NO WARRANTY, to the extent permitted by law.
  91. .SH "SEE ALSO"
  92. .BR autoconf (1),
  93. .BR automake (1),
  94. .BR autoreconf (1),
  95. .BR autoupdate (1),
  96. .BR autoheader (1),
  97. .BR autoscan (1),
  98. .BR config.guess (1),
  99. .BR config.sub (1),
  100. .BR ifnames (1),
  101. .BR libtool (1).
  102. .PP
  103. The full documentation for
  104. .B autoconf
  105. is maintained as a Texinfo manual. If the
  106. .B info
  107. and
  108. .B autoconf
  109. programs are properly installed at your site, the command
  110. .IP
  111. .B info autoconf
  112. .PP
  113. should give you access to the complete manual.