From 6e7a1022b21ebb214045e7dbf52b10939cb3d85c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 19 Feb 2018 18:50:23 +0100 Subject: Added PACKAGE_XXX rename to avoid name clashes when nDPI is used inside another project that use the autotools --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 9e46d4b64..efe97ab8a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -41,4 +41,7 @@ cat configure.seed | sed \ > configure.ac autoreconf -ivf +cat configure | sed "s/#define PACKAGE_/#define NDPI_PACKAGE_/g" > configure.tmp +cat configure.tmp > configure + ./configure $* -- cgit v1.2.3