Staging
v0.8.1
https://github.com/python/cpython
Revision 069456267e96c359ec7b4bd4073c3a027629d79a authored by Ralf Schmitt on 31 May 2011, 22:10:03 UTC, committed by Ralf Schmitt on 31 May 2011, 22:10:03 UTC
This change makes configure check for
- the existence of a hg repository
- the hg executable itself
- the python executable

Running $(srcdir)/Parser/asdl_c.py (i.e. ASDLGEN) will fail if any of
the above prerequisites is missing, so we now disable it instead.

closes #12225
1 parent ac4e5ab
Raw File
Tip revision: 069456267e96c359ec7b4bd4073c3a027629d79a authored by Ralf Schmitt on 31 May 2011, 22:10:03 UTC
disable ASDLGEN if hg won't work, or if python is not installed.
Tip revision: 0694562
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top