From e14d1e18f506c5a3016653abd57bd5ba937918b3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 12:00:15 +0000 Subject: r675: merge from SAMBA_4_0: display the version on top of configure this will help in the build farm metze (This used to be commit 78eba7af73fcadca3e688df07a67a869008bdfc6) --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 7d6cfee111..8816780e12 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -8,6 +8,9 @@ AC_CONFIG_HEADER(include/config.h) AC_DISABLE_STATIC AC_ENABLE_SHARED +SMB_VERSION_STRING=`cat include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2` +echo "SAMBA VERSION: ${SMB_VERSION_STRING}" + ################################################# # Directory handling stuff to support both the # legacy SAMBA directories and FHS compliant -- cgit