ifeq ($(shell test -d /usr/include/python2.5 && echo ok),ok) PYTHONVER=2.5 else ifeq ($(shell test -d /usr/include/python2.4 && echo ok),ok) PYTHONVER=2.4 else ifeq ($(shell test -d /usr/include/python2.3 && echo ok),ok) PYTHONVER=2.3 else ifeq ($(shell test -d /usr/include/python2.2 && echo ok),ok) PYTHONVER=2.2 else ifeq ($(shell test -d /usr/include/python2.1 && echo ok),ok) PYTHONVER=2.1 else ifeq ($(shell test -d /usr/include/python2.0 && echo ok),ok) PYTHONVER=2.0 else ifeq ($(shell test -d /usr/include/python1.5 && echo ok),ok) PYTHONVER=1.5 endif endif endif endif endif endif <<<<<<< .mine endif ======= endif >>>>>>> .r367