svn commit: samba r18079 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Tue Sep 5 11:45:56 GMT 2006


Author: tridge
Date: 2006-09-05 11:45:55 +0000 (Tue, 05 Sep 2006)
New Revision: 18079

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

Log:

fix for in-tree build with samba4 dir layout

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-05 11:42:20 UTC (rev 18078)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-05 11:45:55 UTC (rev 18079)
@@ -1,7 +1,7 @@
 dnl find the libreplace sources. This is meant to work both for 
 dnl libreplace standalone builds, and builds of packages using libreplace
 libreplacedir=""
-for d in "$srcdir" "$srcdir/lib/replace" "$srcdir/libreplace" "$srcdir/../libreplace"; do
+for d in "$srcdir" "$srcdir/lib/replace" "$srcdir/libreplace" "$srcdir/../libreplace" "$srcdir/../replace"; do
 	if test -f "$d/replace.c"; then
 		libreplacedir="$d"		
 		AC_SUBST(libreplacedir)



More information about the samba-cvs mailing list