diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:45:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:12 -0500 |
commit | 780b3396564007a9b943035651ccd4972b9005f8 (patch) | |
tree | d76135939312bdea4527c96d16d87fb2a70b056c /source4/lib/replace/libreplace.m4 | |
parent | 6e5beba8668ea181e009baad27ea7619a4671922 (diff) | |
download | samba-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)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 |
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) |