From ac31c1ba980b64b52f70d40d6ba2649111ed52c4 Mon Sep 17 00:00:00 2001 From: Yingpei Zeng Date: Tue, 6 Mar 2018 15:14:38 +0800 Subject: Add chmod +x to the generated configure file Fix an error when running autogen.sh on Ubuntu (16.04 LTS): ./autogen.sh: 49: ./autogen.sh: ./configure: Permission denied --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 13bb2d801..fecb6b1f8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -44,4 +44,5 @@ autoreconf -ivf cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define VERSION/#define NDPI_VERSION/g" > configure.tmp cat configure.tmp > configure +chmod +x configure ./configure $* -- cgit v1.2.3