* Gary V. Vaughan wrote on Wed, Apr 13, 2005 at 02:27:52PM CEST: > > Applied to HEAD. This represents libtool--gary--1.0--patch-17, plus > fixes for nits picked up by Ralf, and also to let bootstrap and > make distcheck work again. I'll backport to branch-2-0 in a few days.
Oh dear. More issues (this is found several times): > + abs_srcdir=`cd $(srcdir) && pwd`; \ This does not work because of the CDPATH problem. You could use $(am__cd) if Automake allows that or work around it by hand. Regards, Ralf
