Changeset 1684c3 in git for m4/ax_python_with_version.m4


Ignore:
Timestamp:
Nov 15, 2013, 5:09:41 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
bbeddf73180e5a0b82609d4054f2cf3d3de40a27
Parents:
c6f0451f6fc744c2dac1401c4d9346c784f6b28b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 17:09:41+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 17:17:40+01:00
Message:
Fix BS to use python-config

fix: more default python base-names
add: extra python compiler flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ax_python_with_version.m4

    rc6f0451 r1684c3  
    6868                AC_PATH_PROGS(
    6969                    [PYTHON],
    70                     [python2 python],
     70                    [python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2 python],
    7171                    [],
    7272                    $2
Note: See TracChangeset for help on using the changeset viewer.