From de12b68dc2eef5acf715b543847e0910c0cf369d Mon Sep 17 00:00:00 2001 From: "Joshua G. Hale" Date: Fri, 24 Sep 2010 20:59:28 +0200 Subject: [PATCH] docs: fix typo in AC_CONFIG_FILES example code. * doc/autoconf.texi (Configuration Actions): Fix typo. * THANKS: Update. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ THANKS | 1 + doc/autoconf.texi | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78590f17..d7102e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-24 Joshua G. Hale (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 tests: normalize trailing spaces in gcc -E -dD output. diff --git a/THANKS b/THANKS index ed871a80..869e8822 100644 --- 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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 66d8a211..0640320c 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 -- 2.47.2