Hello Benoit,
* Benoit Sigoure wrote on Sat, Nov 03, 2007 at 07:36:48PM CET:
> * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
> when using Automake, to write a rule to produce atlocal, since it's
> an AC_CONFIG_FILES. Mention that atlocal.in needs to be
> distributed, not atconfig.in.
Please apply with nits below addressed:
[...]
> @@ -20304,9 +20304,13 @@ atlocal: $(srcdir)/atlocal.in
> $(top_builddir)/config.status
> @end example
>
> @noindent
> -and manage to have @file{atconfig.in} and @code{$(EXTRA_DIST)}
> +and manage to have @file{atlocal.in} and @code{$(EXTRA_DIST)}
> distributed.
Since atlocal.in is listed in EXTRA_DIST above, this can just be
and manage to have @code{$(EXTRA_DIST)} distributed.
> +If you use Automake, however, you don't need to add a rule to generate
> [EMAIL PROTECTED] and you simply need to list @file{atlocal.in} in
> [EMAIL PROTECTED]
Consequently, this sentence can end before the "and".
Cheers,
Ralf