summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 12:00:15 +0000
committerStefan Metzmacher <metze@samba.org>2004-05-13 12:00:15 +0000
commitd8bfa78b5ecc0c030e5a9bd19149262e7ed2e5a8 (patch)
treea8b53ba37ed903f150485e8804b3999ec1e79fcf /source/configure.in
parentda8b27af4b885ff5c09398dc93ac2ccafea57c71 (diff)
downloadsamba-d8bfa78b5ecc0c030e5a9bd19149262e7ed2e5a8.tar.gz
samba-d8bfa78b5ecc0c030e5a9bd19149262e7ed2e5a8.tar.xz
samba-d8bfa78b5ecc0c030e5a9bd19149262e7ed2e5a8.zip
r675: merge from SAMBA_4_0:
display the version on top of configure this will help in the build farm metze
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 7d6cfee1115..8816780e12f 100644
--- a/source/configure.in
+++ b/source/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