iftop
iftop copied to clipboard
Fix configure error when building in other folder than the top src dir
If I run the generated configure in a sub-directory, such as a "build" directory, it reports the following errors: checking POSIX threads usability... cat: config/pthread.c: No such file or directory. This patch fixes this error by adding $srcdir in configure.in