From: Guy Harris Date: Tue, 1 Feb 2011 23:38:09 +0000 (-0800) Subject: Squelch warnings about datarootdir. X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2e662d69289bb7324ffc58d10e646e47080821e1 Squelch warnings about datarootdir. --- diff --git a/Makefile.in b/Makefile.in index c7abfffc..8f359df7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,6 +26,10 @@ # Top level hierarchy prefix = @prefix@ exec_prefix = @exec_prefix@ +# Root of the directory tree for read-only architecture-independent data +# files. (We don't use it directly, but, in autoconf 2.60 and later, +# other things we use are defined in terms of it.) +datarootdir = @datarootdir@ # Pathname of directory to install the binary sbindir = @sbindir@ # Pathname of directory to install the man page