clarify autoreconf usgae

This commit is contained in:
David MacKenzie 1994-09-15 21:17:19 +00:00
parent 69545b86e2
commit c1243b0408
2 changed files with 6 additions and 6 deletions

View File

@ -631,9 +631,9 @@ If you have a lot of Autoconf-generated @code{configure} scripts and you
get a new version of Autoconf, the @code{autoreconf} program can be
handy. It runs @code{autoconf} (and @code{autoheader}, where
appropriate) repeatedly to remake all of the Autoconf @code{configure}
scripts in a directory tree. If you give the
@samp{--macrodir=@var{dir}} or @samp{--localdir=@var{dir}} options, it
passes them down (with relative paths adjusted properly).
scripts in the directory tree rooted at the current directory. If you
give the @samp{--macrodir=@var{dir}} or @samp{--localdir=@var{dir}}
options, it passes them down (with relative paths adjusted properly).
@xref{Automatic Remaking}, for information about automatic remaking of
@code{configure} scripts when their source files change.

View File

@ -631,9 +631,9 @@ If you have a lot of Autoconf-generated @code{configure} scripts and you
get a new version of Autoconf, the @code{autoreconf} program can be
handy. It runs @code{autoconf} (and @code{autoheader}, where
appropriate) repeatedly to remake all of the Autoconf @code{configure}
scripts in a directory tree. If you give the
@samp{--macrodir=@var{dir}} or @samp{--localdir=@var{dir}} options, it
passes them down (with relative paths adjusted properly).
scripts in the directory tree rooted at the current directory. If you
give the @samp{--macrodir=@var{dir}} or @samp{--localdir=@var{dir}}
options, it passes them down (with relative paths adjusted properly).
@xref{Automatic Remaking}, for information about automatic remaking of
@code{configure} scripts when their source files change.