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.
@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:
@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}}