From 6d33c5702bb01b13f4d09cba9d7c748f06e269e3 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 10 Jul 2010 07:15:21 +0000 Subject: [PATCH] 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 --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index aa89244a..abff5946 100755 --- a/configure +++ b/configure @@ -5142,6 +5142,7 @@ fi echo echo znc 0.093 configured echo +echo "prefix: $prefix" echo "debug: $DEBUG" echo "ipv6: $IPV6" echo "openssl: $SSL" diff --git a/configure.in b/configure.in index 87e7fc19..08896fa4 100644 --- a/configure.in +++ b/configure.in @@ -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"