diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 283f63f74..bda811918 100755 --- a/autogen.sh +++ b/autogen.sh @@ -58,4 +58,4 @@ cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define cat configure.tmp > configure chmod +x configure -./configure "$*" +./configure ${*} |