]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: fix typo in AC_CONFIG_FILES example code.
authorJoshua G. Hale <jgh.emc@gmail.com>
Fri, 24 Sep 2010 18:59:28 +0000 (20:59 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 24 Sep 2010 19:00:12 +0000 (21:00 +0200)
* doc/autoconf.texi (Configuration Actions): Fix typo.
* THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/autoconf.texi

index 78590f17f5c537c0e50cbb7f9c03ad9b9617cc7f..d7102e3d2bc3a555c8956fffc4a1cbd6ee7b763f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-24  Joshua G. Hale  <jgh.emc@gmail.com>  (tiny change)
+
+       docs: fix typo in AC_CONFIG_FILES example code.
+       * doc/autoconf.texi (Configuration Actions): Fix typo.
+       * THANKS: Update.
+
 2010-09-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        tests: normalize trailing spaces in gcc -E -dD output.
diff --git a/THANKS b/THANKS
index ed871a80d74986b99560915fcaf971b616da07e8..869e8822d9e826de3f37c17b3c06e7d83f471944 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -206,6 +206,7 @@ Jonathan Kamens             jik@kamens.brookline.ma.us
 Josef Tran                  josef@timetrackertechnology.com
 Josef Vukovic               josefvukovic@googlemail.com
 Joseph S. Myers             jsm28@cam.ac.uk
+Joshua G. Hale              jgh.emc@gmail.com
 Juan Carlos Hurtado         adso.lists@gmail.com
 Jules Colding               colding@42tools.com
 Julian Onions               j.onions@nexor.co.uk
index 66d8a211b1f7701ab17242d5169665cc8c485c4d..0640320c4de14416edfef36d75cf50c29c774caa 100644 (file)
@@ -2223,7 +2223,7 @@ special @var{tag} values: they may have the form @samp{@var{output}} or
 @samp{@var{output}:@var{inputs}}.  The file @var{output} is instantiated
 from its templates, @var{inputs} (defaulting to @samp{@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