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

metze at samba.org metze at samba.org
Sun Jun 18 17:44:48 GMT 2006


Author: metze
Date: 2006-06-18 17:44:47 +0000 (Sun, 18 Jun 2006)
New Revision: 16341

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

Log:
newer autoconf versions export 'datarootdir',
fix a warning with old autoconf versions

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-06-18 09:56:45 UTC (rev 16340)
+++ branches/SAMBA_4_0/source/build/m4/env.m4	2006-06-18 17:44:47 UTC (rev 16341)
@@ -21,6 +21,8 @@
 AC_SUBST(builddir)
 export builddir;
 
+AC_SUBST(datarootdir)
+
 SMB_VERSION_STRING=`cat ${srcdir}/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
 echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
 



More information about the samba-cvs mailing list