From 91e2aa9b13cab87d9855095662af396fe0901a4a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Mar 2020 16:15:07 -0800 Subject: Look for mkdep in the top-level source directory. Not currently a problem for tcpdump, as we have no subdirectories, but this will leave us prepared for subdirectories if we ever add any. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3135e68c..c1b46405 100755 --- a/configure +++ b/configure @@ -7453,7 +7453,7 @@ _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, with $ac_lbl_dependency_flag" >&5 $as_echo "yes, with $ac_lbl_dependency_flag" >&6; } DEPENDENCY_CFLAG="$ac_lbl_dependency_flag" - MKDEP='${srcdir}/mkdep' + MKDEP='${top_srcdir}/mkdep' else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } -- cgit v1.2.3