Skip to content
  • David Johnson's avatar
    Be more selective in python version extraction in configure. · e4094ed3
    David Johnson authored
    ... where "selective" means | head -1.  Some pythons spew not only their
    version but also the compiler version, so we were getting a multi-line
    value for PYTHON_VERSION in some places, which breaks the generated
    GNUMakefiles.  configure must be setting some env var that is causing
    newer or custom-built pythons to produce this extra information.
    Anyway, head -1 should be a fine strategy.
    e4094ed3