1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r18079: fix for in-tree build with samba4 dir layout

(This used to be commit 8eccdc1cd1fcf59a3bb9683f31a8613f748a1bfc)
This commit is contained in:
Andrew Tridgell 2006-09-05 11:45:55 +00:00 committed by Gerald (Jerry) Carter
parent 6e5beba866
commit 780b339656

View File

@ -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)