summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorpdw <>2014-01-19 20:11:39 +0000
committerpdw <>2014-01-19 20:11:39 +0000
commit687861284d75260c17ff285557c12b0f2ad996f6 (patch)
treec9c1b970e33a45c1c73c95e894522efae099dda6 /INSTALL
parent40add9566d8a4bd97c5c299391984c095861b3fb (diff)
downloadiftop-687861284d75260c17ff285557c12b0f2ad996f6.zip
Patches from Robert Scheck <robert@fedoraproject.org>
* enable building iftop with more recent versions of autoconf/automake * patch to remove compile time warnings (mostly already applied).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 2122d3c..18fb3d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,13 +11,3 @@ such systems, you may want to use the --with-resolver=ares configure option to
build a version of iftop which uses the ARES asynchronous DNS library for name
resolution. An alternative is to use --with-resolver=netdb_1thread, which will
make iftop run only one name resolution thread. This is not recommended.
-
-On some systems (notably Red Hat Linux) the libpcap header files are installed
-under /usr/include/pcap; on these systems, you should manually specify this
-when running configure, like this:
-
- $ CPPFLAGS=-I/usr/include/pcap ./configure
-
-
-For historical interest, the old iftop makefile is included in Makefile.OLD.
-