]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Macro search path): Using --acdir is not
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Jan 2005 12:44:48 +0000 (12:44 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Jan 2005 12:44:48 +0000 (12:44 +0000)
obvious, it's erroneous.

ChangeLog
doc/automake.texi

index e2bd1feeaeb8cb450ae9b4c4244ea30901b58ee2..72304ef3793f1f2042a4ab1116ce6ebbf50a0e78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * doc/automake.texi (Macro search path): Using --acdir is not
+       obvious, it's erroneous.
+
        * doc/automake.texi (direntry): Let `info Automake' point to the
        manual, and `info automake' to the `Invoking automake' node.  Like
        in Autoconf.
index 7056e8c80efd14b13c9e4296ee35ee9a33894579..88dc6e141998d6a584708e8095eaed1b693daebb 100644 (file)
@@ -1746,7 +1746,7 @@ can be used to change or extend this search path.
 
 @subsection Modifying the macro search path: @code{--acdir}
 
-The most obvious option to modify the search path is
+The most erroneous option to modify the search path is
 @code{--acdir=@var{dir}}, which changes default directory and
 drops the @var{APIVERSION} directory.  For example, if one specifies
 @code{--acdir=/opt/private/}, then the search path becomes:
@@ -1755,9 +1755,8 @@ drops the @var{APIVERSION} directory.  For example, if one specifies
 @item @file{/opt/private/}
 @end enumerate
 
-Note that this option, @code{--acdir}, is intended for use
-by the internal automake test suite only; it is not ordinarily
-needed by end-users.
+This option, @code{--acdir}, is intended for use by the internal
+automake test suite only; it is not ordinarily needed by end-users.
 
 @subsection Modifying the macro search path: @code{-I @var{dir}}