Print the prefix at the end of configure

This should help people who have to compile ZNC twice because they used the
wrong prefix the first time. ;)

Idea for this and the last commit are (c) SHiZNO (well, they were his ideas).


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2080 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-10 07:15:21 +00:00
parent 8b5ba0f186
commit 6d33c5702b
2 changed files with 2 additions and 0 deletions
Vendored
+1
View File
@@ -5142,6 +5142,7 @@ fi
echo
echo znc 0.093 configured
echo
echo "prefix: $prefix"
echo "debug: $DEBUG"
echo "ipv6: $IPV6"
echo "openssl: $SSL"
+1
View File
@@ -384,6 +384,7 @@ AC_OUTPUT
echo
echo znc AC_PACKAGE_VERSION configured
echo
echo "prefix: $prefix"
echo "debug: $DEBUG"
echo "ipv6: $IPV6"
echo "openssl: $SSL"