mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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 78eba7af73
)
This commit is contained in:
parent
cddd47d2cd
commit
e14d1e18f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user