~esys-p-dev/esys-particle/gengeo

« back to all changes in this revision

Viewing changes to build/m4/python.m4

  • Committer: Vince Boros
  • Date: 2014-08-29 08:36:26 UTC
  • Revision ID: v.boros@uq.edu.au-20140829083626-8jj65q6u3pioq62b
Reverting the changes to Python interpreter order made in r130

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  dnl Find a Python interpreter.  Python versions prior to 2.0 are not
38
38
  dnl supported. (2.0 was released on October 16, 2000).
39
39
  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
40
 
                    [python3 python3.4 python3.3 python3.2 python3.1 python3.0 dnl
41
 
python python2 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
42
 
python2.1 python2.0])
 
40
                    [python python2 python3 python3.4 python3.3 python3.2 python3.1 dnl
 
41
python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
43
42
 
44
43
  m4_if([$1],[],[
45
44
    dnl No version check is needed.