summaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c8ea351..1fb36e2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -992,7 +992,7 @@ AC_CONFIG_HEADER(config.h)
AC_OUTPUT_COMMANDS([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])
AC_OUTPUT(Makefile tcpdump.1)