summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-02 17:07:43 -0800
committerGuy Harris <guy@alum.mit.edu>2020-03-02 17:07:43 -0800
commit273c23a52e9793c7f96b1b631db52587ef0e0c4a (patch)
treed37684d1323829ac6ac9c6c286d3e0b4de4f0caa /configure
parenta2c5888cf6b6541a587789ee1f88ef862afd4c1c (diff)
downloadtcpdump-273c23a52e9793c7f96b1b631db52587ef0e0c4a.tar.gz
$srcdir suffices.
It's "the name of the top source directory, assuming that the working directory is the top build directory"; when running the configure script, the working directory will, in fact, be the top build directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ade0e52b..abda7ae4 100755
--- a/configure
+++ b/configure
@@ -9124,7 +9124,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
case $ac_file$ac_mode in
"default-1":C) if test -f .devel; then
echo timestamp > stamp-h
- cat $ac_top_srcdir/Makefile-devel-adds >> Makefile
+ cat $srcdir/Makefile-devel-adds >> Makefile
make depend
fi ;;