aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2018-02-21 08:18:37 +0100
committerLuca Deri <deri@ntop.org>2018-02-21 08:18:37 +0100
commit6a9fc935ebd783d987b51f062d89ba20d0e4297e (patch)
treea77e5fd5b85e2689f9f5bc86de05d25c5cd46af9 /autogen.sh
parent06bb9a9c57cc1c6fa4d6a5f88cdeeb40d73a0866 (diff)
Added fix for invalid RTP/Skype detection
Added change in config.h generated by nDPI to avoid name clashes (the GNU autotools are really outdated)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index efe97ab8a..13bb2d801 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,7 +41,7 @@ cat configure.seed | sed \
> configure.ac
autoreconf -ivf
-cat configure | sed "s/#define PACKAGE_/#define NDPI_PACKAGE_/g" > configure.tmp
+cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define VERSION/#define NDPI_VERSION/g" > configure.tmp
cat configure.tmp > configure
./configure $*