From a4677968cf0f439b58180ea72d5d53ad464ef832 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 24 Jan 2002 08:50:35 +0000 Subject: [PATCH] Message on successful configuration. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 6ce3e194..829d0aad 100644 --- a/configure.in +++ b/configure.in @@ -552,3 +552,7 @@ AC_SUBST(BUILD_POPT) AC_CONFIG_FILES([Makefile lib/dummy zlib/dummy popt/dummy shconfig]) AC_OUTPUT + +AC_MSG_RESULT() +AC_MSG_RESULT([ rsync ${RSYNC_VERSION} configuration successful]) +AC_MSG_RESULT() -- 2.34.1