Ned Deily <n...@acm.org> added the comment:

Note, the Unix build only identifies itself like that if there is a working 
copy of hg on $PATH at configure time.  If not, the version string also 
silently defaults to "default".  That requirement creates a bit of a problem 
for the OS X installer build script since hg is not currently shipped with OS X 
and the build script goes to some lengths to ensure that the build environment 
is not contaminated with non-system components, including setting PATH to 
standard system values.  It might also be an issue for some other Unix platform 
builds.  My preference would be to add an AC_PATH_PROG check or some such to 
configure.in to be able to specify an HG environment variable rather than 
having to open up PATH.  Comments?

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12046>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to