r675: merge from SAMBA_4_0:
authorStefan Metzmacher <metze@samba.org>
Thu, 13 May 2004 12:00:15 +0000 (12:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:34 +0000 (10:51 -0500)
display the version on top of configure

this will help in the build farm

metze
(This used to be commit 78eba7af73fcadca3e688df07a67a869008bdfc6)

source3/configure.in

index 7d6cfee111538ffc085de5ee24f28d22f62c0853..8816780e12f7192fdf8843904eae82b67f707111 100644 (file)
@@ -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