At Saturday 20 February 2010, Ralf Wildenhues <[email protected]> wrote: > > > > * tests/extra10.test: New test, check basic support of wildcards > > in EXTRA_DIST. > > * tests/extra11.test: New test, check more complex usage of > > wildcards in EXTRA_DIST. > > * tests/extra11.test: New test, check usage of wildcards in > > EXTRA_DIST when $builddir != $srcdir. D'oh! I managed to mess up the ChangeLog entry: this should be `extra12.test', not `extra11.test'.
I'm really sorry about this stupid mistake. The attached patch should fix it in the ChangeLog file (unfortunately, the git log contains the same error, but it can't be fixed without editing the git repository, which IIRC is a big no-no for published repos). Again, my apologies for the mistake, Stefano
From 298876462fbfec7e8d6dfea035da3c10071a927c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <[email protected]> Date: Wed, 3 Mar 2010 15:06:51 +0100 Subject: [PATCH] Fix stupid mistake in ChangeLog * ChangeLog ("2010-02-20 ... Add tests about support of wildcards in EXTRA_DIST"): Correctly cite test script `extra12.test' rather than citing two times test script `extra11.test'. --- ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fbc889..a0b620b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,7 +35,7 @@ in EXTRA_DIST. * tests/extra11.test: New test, check more complex usage of wildcards in EXTRA_DIST. - * tests/extra11.test: New test, check usage of wildcards in + * tests/extra12.test: New test, check usage of wildcards in EXTRA_DIST when $builddir != $srcdir. * tests/Makefile.am (TESTS): Updated accordingly. Necessity of these new tests suggested by Braden McDaniel -- 1.6.5
