>>> "Travis" == Travis Shirk <[EMAIL PROTECTED]> writes:
[...] Travis> but ideally I'd like to check for python, verify that Travis> is 2.x, and only check for python2 if the latter is Travis> acceptable. Doing so will require a loop like above. BTW, recent Automake versions ship with a macro that does this (AM_PATH_PYTHON([MINIMUM-VERSION])). -- Alexandre Duret-Lutz
