commit | 9bd3e9b6b260ac249024c426ec62133e05919f10 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Fri Sep 15 01:20:10 2000 +0000 |
committer | Greg Ward <gward@python.net> | Fri Sep 15 01:20:10 2000 +0000 |
tree | 7df8fda47251aafcb06198d0c6dbb85b0b369103 | |
parent | d60290912884c0ddf37fc42e46ed712e9f2ced37 [diff] |
Adjust to the new sysconfig regime: use 'get_config_vars()' instead of globals from sysconfig. Added 'prefix' and 'exec_prefix' to the list of variables that can be expanded in installation directories (preserving the stupid old names of 'sys_prefix' and 'sys_exec_prefix, though).