]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (autoreconf Invocation): Adjust.
authorAkim Demaille <akim@epita.fr>
Thu, 26 Sep 2002 15:47:56 +0000 (15:47 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 26 Sep 2002 15:47:56 +0000 (15:47 +0000)
doc/autoconf.texi

index ad090e464563364f471874e0545a4a64984958d1..d8ee7f86814bd83d8b3cdf9f4e3a5c3d25f7f23d 100644 (file)
@@ -1445,14 +1445,16 @@ newer than their input files (@file{configure.ac} and, if present,
 
 @item --install
 @itemx -i
-Copy missing auxiliary files.  This option is similar to the option
-@option{--add-missing} in @command{automake}.  By default, file are
-copied; this can be changed with @option{--symlink}.
+Install the missing auxiliary files in the package.  By default, files
+are copied; this can be changed with @option{--symlink}.
+
+This option triggers calls to @samp{automake --add-missing},
+@samp{libtoolize}, @samp{autopoint}, etc.
 
 @item --symlink
 @itemx -s
-When used with @option{--isntall}, install symbolic links to the missing
-auxiliary files instead of copies.
+When used with @option{--install}, install symbolic links to the missing
+auxiliary files instead of copying them.
 
 @item --include=@var{dir}
 @itemx -I @var{dir}