2
0

autoscan.1 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.8.
  2. .TH AUTOSCAN "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
  3. .SH NAME
  4. autoscan \- Generate a preliminary configure.in
  5. .SH SYNOPSIS
  6. .B autoscan
  7. [\fIOPTION\fR]... [\fISRCDIR\fR]
  8. .SH DESCRIPTION
  9. Examine source files in the directory tree rooted at SRCDIR, or the
  10. current directory if none is given. Search the source files for
  11. common portability problems, check for incompleteness of
  12. `configure.ac', and create a file `configure.scan' which is a
  13. preliminary `configure.ac' for that package.
  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. .SS "Library directories:"
  27. .TP
  28. \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
  29. prepend directory DIR to search path
  30. .TP
  31. \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
  32. append directory DIR to search path
  33. .SH AUTHOR
  34. Written by David J. MacKenzie and Akim Demaille.
  35. .SH "REPORTING BUGS"
  36. Report bugs to <bug\-autoconf@gnu.org>.
  37. .br
  38. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
  39. .br
  40. General help using GNU software: <http://www.gnu.org/gethelp/>.
  41. .SH COPYRIGHT
  42. Copyright \(co 2012 Free Software Foundation, Inc.
  43. License GPLv3+/Autoconf: GNU GPL version 3 or later
  44. <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
  45. .br
  46. This is free software: you are free to change and redistribute it.
  47. There is NO WARRANTY, to the extent permitted by law.
  48. .SH "SEE ALSO"
  49. .BR autoconf (1),
  50. .BR automake (1),
  51. .BR autoreconf (1),
  52. .BR autoupdate (1),
  53. .BR autoheader (1),
  54. .BR autoscan (1),
  55. .BR config.guess (1),
  56. .BR config.sub (1),
  57. .BR ifnames (1),
  58. .BR libtool (1).
  59. .PP
  60. The full documentation for
  61. .B autoscan
  62. is maintained as a Texinfo manual. If the
  63. .B info
  64. and
  65. .B autoscan
  66. programs are properly installed at your site, the command
  67. .IP
  68. .B info autoscan
  69. .PP
  70. should give you access to the complete manual.