From 6e70a689a387722f424e95c7b3e9b9a7a73cc33e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 10:40:01 +0000 Subject: r669: display the version on top of configure this will help in the build farm metze (This used to be commit 05c53de97ee98ae27b064d15085606b041307bc2) --- source4/configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source4/configure.in b/source4/configure.in index 4bc3bea1d1..9cced558ed 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -4,13 +4,15 @@ dnl Process this file with autoconf to produce a configure script. dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example dnl AC_PREREQ(2.53) - AC_INIT(include/includes.h) 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