1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r1007: merge from SAMBA_4_0:

print out the SVN revision by configure,
so that the build farm can use it

metze
(This used to be commit 98e6c3105d)
This commit is contained in:
Stefan Metzmacher 2004-06-04 11:29:50 +00:00 committed by Gerald (Jerry) Carter
parent a6f5c88563
commit 596eacea72

View File

@ -11,6 +11,11 @@ AC_ENABLE_SHARED
SMB_VERSION_STRING=`cat include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
SAMBA_VERSION_SVN_REVISION=`cat include/version.h | grep 'SAMBA_VERSION_SVN_REVISION' | cut -d ' ' -f3-`
if test -n "${SAMBA_VERSION_SVN_REVISION}";then
echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
fi
#################################################
# Directory handling stuff to support both the
# legacy SAMBA directories and FHS compliant