• R
    Make build.info INCLUDE stmts be both source and build tree relative · 4748f890
    Richard Levitte 提交于
    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: NRich Salz <rsalz@openssl.org>
    4748f890
Configure 84.4 KB