r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set to
commit3c277c7a3cce14f185db7fede7c0c4ab77769670
authorLars Müller <lmuelle@samba.org>
Mon, 27 Feb 2006 14:18:52 +0000 (27 14:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:50 +0000 (10 11:10 -0500)
tree796f9dd6d60aa22ec24ff1917a64f7408ff63cb9
parenta2ab4cc824995cbe172c9179edf9002d17de7f74
r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set to
"-"SAMBA_VERSION_OFFICIAL_STRING"-"SAMBA_VERSION_VENDOR_SUFFIX if
SAMBA_VERSION_VENDOR_SUFFIX is set or "-"SAMBA_VERSION_OFFICIAL_STRING
only if MOUNT_CIFS_VENDOR_SUFFIX is undefined.

This results in: mount.cifs -V
mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706-foovendor
or
mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706

Steve: If this is to long or you do not like it, we might add something
lile -VV to report the added part.
source/client/mount.cifs.c
source/client/umount.cifs.c