diff options
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 $* |