From: Michael Tremer Date: Tue, 8 Jul 2014 18:06:16 +0000 (+0000) Subject: configure: Display some more variables at the end of the script execution X-Git-Tag: 002~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f18751fb1cc051aec3035c472f870257a05412e;p=ddns.git configure: Display some more variables at the end of the script execution --- diff --git a/configure.ac b/configure.ac index ae217ac..81f1a16 100644 --- a/configure.ac +++ b/configure.ac @@ -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} ])