autoupdate.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.8.
  2. .TH AUTOUPDATE "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
  3. .SH NAME
  4. autoupdate \- Update a configure.in to a newer Autoconf
  5. .SH SYNOPSIS
  6. .B autoupdate
  7. [\fIOPTION\fR]... [\fITEMPLATE-FILE\fR]...
  8. .SH DESCRIPTION
  9. Update each TEMPLATE\-FILE if given, or `configure.ac' if present,
  10. or else `configure.in', to the syntax of the current version of
  11. Autoconf. The original files are backed up.
  12. .SS "Operation modes:"
  13. .TP
  14. \fB\-h\fR, \fB\-\-help\fR
  15. print this help, then exit
  16. .TP
  17. \fB\-V\fR, \fB\-\-version\fR
  18. print version number, then exit
  19. .TP
  20. \fB\-v\fR, \fB\-\-verbose\fR
  21. verbosely report processing
  22. .TP
  23. \fB\-d\fR, \fB\-\-debug\fR
  24. don't remove temporary files
  25. .TP
  26. \fB\-f\fR, \fB\-\-force\fR
  27. consider all files obsolete
  28. .SS "Library directories:"
  29. .TP
  30. \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
  31. prepend directory DIR to search path
  32. .TP
  33. \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
  34. append directory DIR to search path
  35. .SH AUTHOR
  36. Written by David J. MacKenzie and Akim Demaille.
  37. .SH "REPORTING BUGS"
  38. Report bugs to <bug\-autoconf@gnu.org>.
  39. .br
  40. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
  41. .br
  42. General help using GNU software: <http://www.gnu.org/gethelp/>.
  43. .SH COPYRIGHT
  44. Copyright \(co 2012 Free Software Foundation, Inc.
  45. License GPLv3+/Autoconf: GNU GPL version 3 or later
  46. <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
  47. .br
  48. This is free software: you are free to change and redistribute it.
  49. There is NO WARRANTY, to the extent permitted by law.
  50. .SH "SEE ALSO"
  51. .BR autoconf (1),
  52. .BR automake (1),
  53. .BR autoreconf (1),
  54. .BR autoupdate (1),
  55. .BR autoheader (1),
  56. .BR autoscan (1),
  57. .BR config.guess (1),
  58. .BR config.sub (1),
  59. .BR ifnames (1),
  60. .BR libtool (1).
  61. .PP
  62. The full documentation for
  63. .B autoupdate
  64. is maintained as a Texinfo manual. If the
  65. .B info
  66. and
  67. .B autoupdate
  68. programs are properly installed at your site, the command
  69. .IP
  70. .B info autoupdate
  71. .PP
  72. should give you access to the complete manual.