mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
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:
@@ -5142,6 +5142,7 @@ fi
|
||||
echo
|
||||
echo znc 0.093 configured
|
||||
echo
|
||||
echo "prefix: $prefix"
|
||||
echo "debug: $DEBUG"
|
||||
echo "ipv6: $IPV6"
|
||||
echo "openssl: $SSL"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user