Commit e14d1e18 authored by Stefan Metzmacher's avatar Stefan Metzmacher Committed by Gerald (Jerry) Carter
Browse files

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)
parent cddd47d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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