Loading source3/configure.in +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
source3/configure.in +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading