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).
This commit is contained in:
pdw
2014-01-19 20:11:39 +00:00
parent 40add9566d
commit 687861284d
7 changed files with 21 additions and 175 deletions

View File

@@ -211,10 +211,11 @@ static void usage(FILE *fp) {
" -s num print one single text output afer num seconds, then quit\n"
" -L num number of lines to print\n"
"\n"
"iftop, version " IFTOP_VERSION "\n"
"iftop, version " PACKAGE_VERSION "\n"
"copyright (c) 2002 Paul Warren <pdw@ex-parrot.com> and contributors\n"
);
}
#endif /* Obsolete code? */
void options_read_args(int argc, char **argv) {
int opt;