Fixup absolute paths in generated pkgconfig files
commitaad1b9c2784e5bdb9cee1e316406da8e320b5e18
authorThomas Leonard <talex5@gmail.com>
Tue, 9 Jun 2009 10:57:46 +0000 (9 11:57 +0100)
committerThomas Leonard <talex5@gmail.com>
Tue, 9 Jun 2009 11:02:29 +0000 (9 12:02 +0100)
tree67d9d9e4df25fa9cf456dd22bce0a158cd88633f
parentdaf449687edb6c59ce0a246fe3b527a42d1fcc0e
Fixup absolute paths in generated pkgconfig files

If $DISTDIR ends up containing a directory called 'pkgconfig', check each .pc
file inside for an absolute prefix. If found, change it to a relative path.

Note: this feature requires Python 2.6.
build.py