So in the past we have successfully created Makefile.am's that say: [EMAIL PROTECTED]@:@srcdir@/other/dir
foo_SOURCES= filefromdot filefromotherdir and with 1.8 I am seein more places where this no longer works. The documentation does not clearly state that augmenting VPATH is wrong. Is it wrong to use an "augmented" VPATH with automake? H
