From 5999f40dfcf926c13a1903327984292f1314d2db Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 13:27:14 +0000 Subject: Fix makedepend for builds where build and source directory are separate. svn path=/trunk/; revision=3897 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 97c05ebd..f7b6fd66 100644 --- a/configure.in +++ b/configure.in @@ -733,7 +733,7 @@ AC_CONFIG_COMMANDS([default],[ # and let VPATH do all the dirty work when we build remotely echo "You can ignore any makedepend error messages:"; echo timestamp > stamp-h; - (cd $srcdir; makedepend -f - *.c) >>Makefile]) + (cd $srcdir; makedepend -I "$ac_abs_builddir" -f - *.c) >>Makefile]) AC_OUTPUT dnl Local Variables: -- cgit v1.2.3