~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to Config/python.m4

  • Committer: Vince Boros
  • Date: 2014-08-29 11:01:56 UTC
  • Revision ID: v.boros@uq.edu.au-20140829110156-3j9qu9yiwnbsk5zz
Reverting changes in r1146 to search order of Python interpreter, since
some systems now have Python 2.x and Python 3.x in /usr/bin/, and it is
probably better for the time being to search for whatever ``python'' is
linked to

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  dnl * order of Python executable names rearranged to avoid detecting a
47
47
  dnl   system-installed Python when a newer, user-installed Python is desired
48
48
  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
49
 
                    [python3.4 python3.3 python3.2 python3.1 python3.0 python3 dnl
50
 
python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python2 python])
 
49
                    [python python2 python3 python3.4 python3.3 python3.2 python3.1 dnl
 
50
python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
51
51
 
52
52
  m4_if([$1],[],[
53
53
    dnl No version check is needed.