~ubuntu-branches/ubuntu/maverick/autoconf/maverick

« back to all changes in this revision

Viewing changes to debian/man/autoupdate.1

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2007-01-17 19:57:13 UTC
  • mfrom: (3.1.7 feisty)
  • Revision ID: james.westby@ubuntu.com-20070117195713-n2q7e2pbpu4ezbx7
Tags: 2.61-4
debian/control: Require m4 version 1.4.8 or later.  Thanks to Jim
Paris <jim@jtan.com> for reporting this bug.  Closes: #407385.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH AUTOUPDATE "1" "September 2005" "autoupdate 2.59" "User Commands"
 
2
.SH NAME
 
3
autoupdate \- Update a configure.in to a newer Autoconf
 
4
.SH SYNOPSIS
 
5
.B autoupdate
 
6
[\fIOPTION\fR] ...  [\fITEMPLATE-FILE\fR...]
 
7
.SH DESCRIPTION
 
8
Update the TEMPLATE\-FILE... if given, or `configure.ac' if present,
 
9
or else `configure.in', to the syntax of the current version of
 
10
Autoconf.  The original files are backed up.
 
11
.SS "Operation modes:"
 
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
.SS "Library directories:"
 
28
.TP
 
29
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
 
30
prepend directory DIR to search path
 
31
.TP
 
32
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
 
33
append directory DIR to search path
 
34
.SH AUTHOR
 
35
Written by David J. MacKenzie and Akim Demaille.
 
36
.SH "REPORTING BUGS"
 
37
Report bugs to <bug\-autoconf@gnu.org>.
 
38
.SH COPYRIGHT
 
39
Copyright \(co 2003 Free Software Foundation, Inc.
 
40
.br
 
41
This is free software; see the source for copying conditions.  There is NO
 
42
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
43
.SH "SEE ALSO"
 
44
.BR autoconf (1),
 
45
.BR automake (1),
 
46
.BR autoreconf (1),
 
47
.BR autoupdate (1),
 
48
.BR autoheader (1),
 
49
.BR autoscan (1),
 
50
.BR config.guess (1),
 
51
.BR config.sub (1),
 
52
.BR ifnames (1),
 
53
.BR libtool (1).
 
54
.PP
 
55
The Debian project regards the full documentation for
 
56
.B autoupdate
 
57
to be non-free, so it is not included in Debian.  Nevertheless, the
 
58
non-free distribution that accompanies Debian includes the manual in
 
59
its
 
60
.B autoconf-doc
 
61
package.  Otherwise, you may be able to access the Autoconf manual
 
62
online.