From bd40feb1eb9e267cc8ef2e620c0e93956394fd0b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 25 Aug 2009 21:19:52 -0700 Subject: Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ --- lib/replace/libreplace.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace/libreplace.m4') diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4 index 78159010327..af8587938d1 100644 --- a/lib/replace/libreplace.m4 +++ b/lib/replace/libreplace.m4 @@ -16,7 +16,7 @@ done if test x"$libreplacedir" = "x"; then AC_MSG_ERROR([cannot find libreplace in $libreplacepaths]) fi -LIBREPLACEOBJ="replace.o" +LIBREPLACEOBJ="$libreplacedir/replace.o" AC_SUBST(LIBREPLACEOBJ) AC_CANONICAL_BUILD -- cgit