Josh replied off-list to my mail on the autoconf list, I'm pushing this
patch in his name and adding him to THANKS.

The (tiny change) annotation denotes that no copyright papers have been
exchanged.

Cheers,
Ralf

2010-09-24  Joshua G. Hale  <jgh...@...>  (tiny change)

        docs: fix typo in AC_CONFIG_FILES example code.
        * doc/autoconf.texi (Configuration Actions): Fix typo.
        * THANKS: Update.

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 66d8a21..0640320 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -2223,7 +2223,7 @@ Configuration Actions
 @sa...@var{output}:@var{inputs}}.  The file @var{output} is instantiated
 from its templates, @var{inputs} (defaulting to @sa...@var{output}.in}).
 
-...@samp{ac_config_files([Makefile:boiler/top.mk:boiler/bot.mk)]},
+...@samp{ac_config_files([Makefile:boiler/top.mk:boiler/bot.mk])},
 for example, asks for
 the creation of the file @file{Makefile} that contains the expansion of the
 output variables in the concatenation of @file{boiler/top.mk} and

Reply via email to