]> granicus.if.org Git - python/commit
Adjust to the new sysconfig regime: use 'get_config_vars()' instead
authorGreg Ward <gward@python.net>
Fri, 15 Sep 2000 01:20:10 +0000 (01:20 +0000)
committerGreg Ward <gward@python.net>
Fri, 15 Sep 2000 01:20:10 +0000 (01:20 +0000)
commit9bd3e9b6b260ac249024c426ec62133e05919f10
tree7df8fda47251aafcb06198d0c6dbb85b0b369103
parentd60290912884c0ddf37fc42e46ed712e9f2ced37
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).
Lib/distutils/command/install.py