summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-26 11:48:27 +0000
committerMartin Pool <mbp@samba.org>2002-03-26 11:48:27 +0000
commit29c77244ffaf162a37a56019fd28c65f9aad5f07 (patch)
tree22276916f4258d1309ddcd17d424e55f52219d2d
parentcff7c57de898739e70dea82c30e82262b9113a51 (diff)
downloadrsync-29c77244ffaf162a37a56019fd28c65f9aad5f07.tar.gz
Show install paths at end of configuration
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bd858a67..8e2d73f8 100644
--- a/configure.in
+++ b/configure.in
@@ -570,4 +570,9 @@ AC_OUTPUT
AC_MSG_RESULT()
AC_MSG_RESULT([ rsync ${RSYNC_VERSION} configuration successful])
+AC_MSG_RESULT([ install destination:])
+AC_MSG_RESULT([ prefix=${prefix}])
+AC_MSG_RESULT([ exec_prefix=${exec_prefix}])
+AC_MSG_RESULT([ bindir=${bindir}])
+AC_MSG_RESULT([ bindir=${mandir}])
AC_MSG_RESULT()