|
From: Olly B. <ol...@su...> - 2003-10-21 08:27:38
|
On Mon, Oct 20, 2003 at 11:16:19PM +0100, Nicholas Nethercote wrote: > On Mon, 20 Oct 2003, Olly Betts wrote: > > Working revision: No entry for filter_mismatches > > Repository revision: 1.2 /cvsroot/valgrind/valgrind/memcheck/tests/Attic/filter_mismatches,v > > AFAICT, that file has been removed, and all references to it in the > Makefile.am have also been removed. Do you need to run automake+autoconf > again? Aha! That is indeed the problem. I was relying on automake spotting any changes in Makefile.am-s and regenerating them for me, but you've disabled that by default by specifying AM_MAINTAINER_MODE in configure.in. I regenerated everything with `autoreconf -f -i' and it now works. Cheers, Olly |