]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
chore: add provider and sample configuration for infomaniak.ch
[ddns.git] / configure.ac
index a6dc30c3af2c67753d7d4028f2c132bc000eaadc..512f5ffb620b69e126ea118fd401242a46e1543e 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [009],
+       [015],
        [info@ipfire.org],
        [ddns],
        [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])
        [info@ipfire.org],
        [ddns],
        [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])
@@ -54,7 +54,7 @@ AC_PROG_SED
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
 # Python
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
 # Python
-AM_PATH_PYTHON([2.7])
+AM_PATH_PYTHON([3.6])
 
 save_LIBS="$LIBS"
 
 
 save_LIBS="$LIBS"