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