]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
Add opendns as new provider.
[ddns.git] / configure.ac
index ae217ac1c987683d1a532e46b69dc85b896cc965..031d7092fbdae5337e4179c19f82264b5590175e 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-       [001],
+       [002],
        [info@ipfire.org],
        [ddns],
        [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])
@@ -70,7 +70,10 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 AC_MSG_RESULT([
-       $PACKAGE_NAME $VERSION
+       ${PACKAGE_NAME} ${VERSION}
 
-       nsupdate: ${NSUPDATE}
+       prefix            : ${prefix}
+       sysconfdir        : ${sysconfdir}
+
+       nsupdate          : ${NSUPDATE}
 ])