aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2021-01-21 08:59:06 +0100
committerGitHub <noreply@github.com>2021-01-21 08:59:06 +0100
commit399755607d5bf5b68e62f324a8614351437051c1 (patch)
tree3c022def21077290dc26bd2b7773db45db0e6f48 /autogen.sh
parent53415c8855f4f0a78c9cfa07a89b572a76327415 (diff)
Disable tests that require libgcrypt if --disable-gcrypt set. (#1121)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 842dafeec..be307a2ff 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -57,6 +57,7 @@ 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
+echo "./configure $@"
chmod +x configure
./configure $@