Make build.info INCLUDE stmts be both source and build tree relative
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Jun 2016 20:51:42 +0000 (22:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 1 Jul 2016 16:34:21 +0000 (18:34 +0200)
commit4748f8902271bafd2bb015eb283830e84496199d
tree53a68f6aa75e4bc1dd3b2ab2e8867dc454c97eb8
parent352dbbaf4ca361c076f1437690607caf02965d7f
Make build.info INCLUDE stmts be both source and build tree relative

INCLUDE statements in build.info files were source tree centric.  That
meant that to get include directory specs in the build tree, we had to
resort to perl fragments that specified the build tree include paths
as absolute ones.

This change has the INCLUDE statement consider both the source and
build tree for any include directory.  It means that there may be some
extra unnecessary include paths, but it also makes life simpler for
anyone who makes changes in the build.info files.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure