svn commit: samba r15563 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Sat May 13 11:21:47 GMT 2006


Author: jelmer
Date: 2006-05-13 11:21:46 +0000 (Sat, 13 May 2006)
New Revision: 15563

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

Log:
Fix for use with configurations where srcdir!=builddir (caught by Alexander)

Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2006-05-13 09:27:56 UTC (rev 15562)
+++ branches/SAMBA_4_0/source/configure.in	2006-05-13 11:21:46 UTC (rev 15563)
@@ -89,7 +89,7 @@
 AC_SUBST(ac_default_prefix)
 
 echo "configure: creating build/smb_build/config.pm"
-cat >${srcdir}/build/smb_build/config.pm<<CEOF
+cat >build/smb_build/config.pm<<CEOF
 # config.pm - Autogenerate by configure. DO NOT EDIT!
 
 package config;



More information about the samba-cvs mailing list