aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-06-18 13:27:14 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-06-18 13:27:14 +0000
commit5999f40dfcf926c13a1903327984292f1314d2db (patch)
treeab42643609fd82bf5709123d48c04235b933c89e /configure.in
parente4745aa4f773932749b356140093b85f7dccc322 (diff)
downloadfetchmail-5999f40dfcf926c13a1903327984292f1314d2db.tar.gz
fetchmail-5999f40dfcf926c13a1903327984292f1314d2db.tar.bz2
fetchmail-5999f40dfcf926c13a1903327984292f1314d2db.zip
Fix makedepend for builds where build and source directory are separate.
svn path=/trunk/; revision=3897
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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: