]> git.ipfire.org Git - ddns.git/commitdiff
configure: Display some more variables at the end of the script execution
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Jul 2014 18:06:16 +0000 (18:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Jul 2014 18:06:16 +0000 (18:06 +0000)
configure.ac

index ae217ac1c987683d1a532e46b69dc85b896cc965..81f1a16dd969d082e6c34ae14faafd7904d5a4f9 100644 (file)
@@ -70,7 +70,10 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 AC_MSG_RESULT([
 
 AC_OUTPUT
 AC_MSG_RESULT([
-       $PACKAGE_NAME $VERSION
+       ${PACKAGE_NAME} ${VERSION}
 
 
-       nsupdate: ${NSUPDATE}
+       prefix            : ${prefix}
+       sysconfdir        : ${sysconfdir}
+
+       nsupdate          : ${NSUPDATE}
 ])
 ])