* doc/autoconf.texi (Generating Sources): Mark AC_LANG_PROGRAM
arguments as optional to match its definition and common usage.
Copyright-paperwork-exempt: yes
definitions are not automatically translated into constants in the
source code by this macro.
-@defmac AC_LANG_PROGRAM (@var{prologue}, @var{body})
+@defmac AC_LANG_PROGRAM (@ovar{prologue}, @ovar{body})
@acindex{LANG_PROGRAM}
Expands into a source file which consists of the @var{prologue}, and
then @var{body} as body of the main function (e.g., @code{main} in