summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 11:45:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:12 -0500
commit780b3396564007a9b943035651ccd4972b9005f8 (patch)
treed76135939312bdea4527c96d16d87fb2a70b056c
parent6e5beba8668ea181e009baad27ea7619a4671922 (diff)
downloadsamba-780b3396564007a9b943035651ccd4972b9005f8.tar.gz
samba-780b3396564007a9b943035651ccd4972b9005f8.tar.bz2
samba-780b3396564007a9b943035651ccd4972b9005f8.zip
r18079: fix for in-tree build with samba4 dir layout
(This used to be commit 8eccdc1cd1fcf59a3bb9683f31a8613f748a1bfc)
-rw-r--r--source4/lib/replace/libreplace.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index 6a841cfd3d..593666a567 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -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)