+2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/automake.texi (@ovar): New macro, from autoconf.texi.
+ (Python): Use it.
+ Suggestion by Eric Blake.
+
2008-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/texinfo.tex: Sync from upstream.
@include version.texi
+@c @ovar(ARG, DEFAULT)
+@c -------------------
+@c The ARG is an optional argument. To be used for macro arguments in
+@c their documentation (@defmac).
+@macro ovar{varname}
+@r{[}@var{\varname\}@r{]}
+@end macro
+
@copying
This manual is for @acronym{GNU} Automake (version @value{VERSION},
installed (see the definitions of @code{pythondir} and
@code{pkgpythondir} below).
-@defmac AM_PATH_PYTHON ([@var{VERSION}], [@var{ACTION-IF-FOUND}], [@var{ACTION-IF-NOT-FOUND}])
+@defmac AM_PATH_PYTHON (@ovar{VERSION}, @ovar{ACTION-IF-FOUND}, @ovar{ACTION-IF-NOT-FOUND})
Search for a Python interpreter on the system. This macro takes three
optional arguments. The first argument, if present, is the minimum