|
From: Nicholas N. <nj...@ca...> - 2003-10-21 08:34:31
|
On Tue, 21 Oct 2003, Olly Betts wrote: > > 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. Ah, so automake can rerun itself when necessary? That would be great... is it just a matter of not specifying AM_MAINTAINER_MODE? What's the advantage of having AM_MAINTAINER_MODE? N |