diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 12:00:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:34 -0500 |
commit | e14d1e18f506c5a3016653abd57bd5ba937918b3 (patch) | |
tree | 5d125f2247cb2673d9684c73468ec2040d61ce5a | |
parent | cddd47d2cdf0b25ec0d308f2a775e7a371d28718 (diff) | |
download | samba-e14d1e18f506c5a3016653abd57bd5ba937918b3.tar.gz samba-e14d1e18f506c5a3016653abd57bd5ba937918b3.tar.bz2 samba-e14d1e18f506c5a3016653abd57bd5ba937918b3.zip |
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)
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |