This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
VPATH?
- From: Harlan Stenn <hstenn at cisco dot com>
- To: automake at gnu dot org
- Cc: hstenn at cisco dot com
- Date: Wed, 21 Jan 2004 13:23:31 -0800
- Subject: VPATH?
So in the past we have successfully created Makefile.am's that say:
VPATH=@srcdir@:@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