diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-05-18 06:50:35 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-05-18 06:50:35 +0000 |
commit | 6d4fb5169a2d5a674c54653fa3845bb274e42606 (patch) | |
tree | 29f5d24667df9f5ab303223436bdd26695ce7677 /man | |
parent | cf51635a478314d4cc70e0f79ac5b6b771b8efa7 (diff) | |
download | autoconf-6d4fb5169a2d5a674c54653fa3845bb274e42606.tar.gz |
* bin/autoreconf.in ($help): Reword according to the manual.
Suggested by Olly Betts.
Diffstat (limited to 'man')
-rw-r--r-- | man/autoreconf.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 865dff19..146593a8 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,19 +1,19 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTORECONF "1" "April 2006" "autoreconf 2.59d" "User Commands" +.TH AUTORECONF "1" "May 2006" "autoreconf 2.59d" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS .B autoreconf -[\fIOPTION\fR] ... [\fICONFIGURE-AC or DIRECTORY\fR] ... +[\fIOPTION\fR] ... [\fIDIRECTORY\fR] ... .SH DESCRIPTION Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint' (formerly `gettextize'), and `libtoolize' where appropriate) -repeatedly to remake the GNU Build System files in the DIRECTORIES or -the directory trees driven by CONFIGURE\-AC (defaulting to `.'). +repeatedly to remake the GNU Build System files in specified +DIRECTORIES and their subdirectories (defaulting to `.'). .PP By default, it only remakes those files that are older than their -predecessors. If you install new versions of the GNU Build System, -running `autoreconf' remakes all of the files by giving it the +sources. If you install new versions of the GNU Build System, +you can make `autoreconf' remake all of the files by giving it the `\-\-force' option. .SS "Operation modes:" .TP |