diff -up authconfig-6.2.10/authconfig-gtk.py.python23 authconfig-6.2.10/authconfig-gtk.py --- authconfig-6.2.10/authconfig-gtk.py.python23 2015-02-20 14:53:08.000000000 +0100 +++ authconfig-6.2.10/authconfig-gtk.py 2015-02-20 16:33:04.332626166 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: UTF-8 -*- # # Authconfig - client authentication configuration program diff -up authconfig-6.2.10/authconfig.py.python23 authconfig-6.2.10/authconfig.py --- authconfig-6.2.10/authconfig.py.python23 2015-02-20 14:53:08.000000000 +0100 +++ authconfig-6.2.10/authconfig.py 2015-02-20 16:33:04.333626188 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: UTF-8 -*- # # Authconfig - client authentication configuration program diff -up authconfig-6.2.10/configure.python23 authconfig-6.2.10/configure --- authconfig-6.2.10/configure.python23 2015-02-20 14:53:12.000000000 +0100 +++ authconfig-6.2.10/configure 2015-02-24 09:57:54.155324675 +0100 @@ -1460,7 +1460,7 @@ Optional Packages: --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR (or the compiler's sysroot if not specified). - --with-pythonrev=2.2 version of python for which modules should be built + --with-python-rev=2 version of python for which modules should be built Some influential environment variables: CC C compiler command @@ -13015,16 +13015,15 @@ fi if test "${with_python_rev+set}" = set; then : withval=$with_python_rev; PYTHONREV=$withval else + PYTHONREV=2 +fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking python version" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking python version" >&5 $as_echo_n "checking python version... " >&6; } - PYTHONREV=`python${PYTHONREV} -c 'import sys;print("%s.%s" % (sys.version_info[0], sys.version_info[1]))'` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHONREV" >&5 +PYTHONREV=`python${PYTHONREV} -c 'import sys;print("%s.%s" % (sys.version_info[0], sys.version_info[1]))'` +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHONREV" >&5 $as_echo "$PYTHONREV" >&6; } -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking python includes" >&5 $as_echo_n "checking python includes... " >&6; }