bug#7945: Is AM_PATH_PYTHON missing some versions in _AM_PYTHON_INTERPRETER_LIST?
(automake-1.11.1, ubuntu 10.10 package) Hi automakers, While poking around python.m4, I noticed that python2.6 and python2.7 are not mentioned in the list of python interpreters defined in _AM_PYTHON_INTERPRETER_LIST. Is this intentional? -- Jack
bug#7944: Should AM_PATH_PYTHON call AC_ARG_VAR?
Hi automakers, I've noticed that if you put AM_PATH_PYTHON in configure.ac, it doesn't add an entry for PYTHON in ./configure --help. Is PYTHON meant to be a user's variable? Minimal configure.ac: AC_INIT AM_PATH_PYTHON AC_OUTPUT -- Jack
bug#7945: Is AM_PATH_PYTHON missing some versions in _AM_PYTHON_INTERPRETER_LIST?
Hello Jack, * Jack Kelly wrote on Mon, Jan 31, 2011 at 12:14:22AM CET: > While poking around python.m4, I noticed that python2.6 and python2.7 > are not mentioned in the list of python interpreters defined in > _AM_PYTHON_INTERPRETER_LIST. Is this intentional? This is fixed in git Automake (both master and branch-1.11). Cheers, Ralf