+1998-11-27 Tom Tromey <tromey@cygnus.com>
+
+ * automake.texi: Formatting changes for latest texinfo.
+
+ * automake.in (handle_java): Removed debugging print.
+
1998-11-18 Tom Tromey <tromey@cygnus.com>
* automake.in (finish_languages): Use CCLD, not CLD.
@item --cygnus
@opindex --cygnus
Causes the generated @file{Makefile.in}s to follow Cygnus rules, instead
-of GNU or Gnits rules. @xref{Cygnus} for more information.
+of GNU or Gnits rules. For more information, see @ref{Cygnus}.
@item --foreign
@opindex --foreign
-Set the global strictness to @samp{foreign}. @xref{Strictness} for more
-information.
+Set the global strictness to @samp{foreign}. For more information, see
+@ref{Strictness}.
@item --gnits
@opindex --gnits
-Set the global strictness to @samp{gnits}. @xref{Gnits} for more
-information.
+Set the global strictness to @samp{gnits}. For more information, see
+@ref{Gnits}.
@item --gnu
@opindex --gnu
-Set the global strictness to @samp{gnu}. @xref{Gnits} for more
-information. This is the default strictness.
+Set the global strictness to @samp{gnu}. For more information, see
+@ref{Gnits}. This is the default strictness.
@item --help
@opindex --help
@opindex ansi2knr
If the @file{Makefile.am} variable @code{AUTOMAKE_OPTIONS}
-(@ref{Options}) contains the option @code{ansi2knr} then code to handle
-de-ANSI-fication is inserted into the generated @file{Makefile.in}.
+(@pxref{Options}) contains the option @code{ansi2knr} then code to
+handle de-ANSI-fication is inserted into the generated
+@file{Makefile.in}.
This causes each C source file in the directory to be treated as ANSI C.
If an ANSI C compiler is available, it is used. If no ANSI C compiler
@vindex SCRIPTS
Automake does not assume that scripts are derived objects; such objects
-must be deleted by hand; see @ref{Clean} for more information.
+must be deleted by hand (@pxref{Clean}).
The @code{automake} program itself is a Perl script that is generated at
configure time from @file{automake.in}. Here is how this is handled: