svn commit: samba r14104 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Thu Mar 9 21:40:57 GMT 2006


Author: metze
Date: 2006-03-09 21:40:57 +0000 (Thu, 09 Mar 2006)
New Revision: 14104

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14104

Log:
version.h has changed the location

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/env.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/env.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/env.m4	2006-03-09 21:15:10 UTC (rev 14103)
+++ branches/SAMBA_4_0/source/build/m4/env.m4	2006-03-09 21:40:57 UTC (rev 14104)
@@ -21,10 +21,10 @@
 AC_SUBST(builddir)
 export builddir;
 
-SMB_VERSION_STRING=`cat ${srcdir}/include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
+SMB_VERSION_STRING=`cat ${srcdir}/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
 echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
 
-SAMBA_VERSION_SVN_REVISION=`cat ${srcdir}/include/version.h | grep 'SAMBA_VERSION_SVN_REVISION' | cut -d ' ' -f3-`
+SAMBA_VERSION_SVN_REVISION=`cat ${srcdir}/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



More information about the samba-cvs mailing list