aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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 $*