Line 0
Link Here
|
|
|
1 |
diff --git a/Makefile.am b/Makefile.am |
2 |
index 47b091a..8380e7c 100644 |
3 |
--- a/Makefile.am |
4 |
+++ b/Makefile.am |
5 |
@@ -9,8 +9,7 @@ SUBDIRS = \ |
6 |
include \ |
7 |
man \ |
8 |
samples \ |
9 |
- src \ |
10 |
- tests |
11 |
+ src |
12 |
|
13 |
ACLOCAL_AMFLAGS = -I m4 |
14 |
|
15 |
diff --git a/configure.ac b/configure.ac |
16 |
index 1f6d7df..2324f21 100644 |
17 |
--- a/configure.ac |
18 |
+++ b/configure.ac |
19 |
@@ -322,15 +322,15 @@ if test "x$GAWK" = "x"; then |
20 |
AC_MSG_ERROR([gawk is required: gawk package]) |
21 |
fi |
22 |
|
23 |
-AC_PATH_PROG([SOCAT], socat) |
24 |
-if test "x$SOCAT" = "x"; then |
25 |
- AC_MSG_ERROR([socat is required: socat package]) |
26 |
-fi |
27 |
- |
28 |
-AC_PATH_PROG([PYTHON], python3) |
29 |
-if test "x$PYTHON" = "x"; then |
30 |
- AC_MSG_ERROR([python3 is required]) |
31 |
-fi |
32 |
+dnl AC_PATH_PROG([SOCAT], socat) |
33 |
+dnl if test "x$SOCAT" = "x"; then |
34 |
+dnl AC_MSG_ERROR([socat is required: socat package]) |
35 |
+dnl fi |
36 |
+ |
37 |
+dnl AC_PATH_PROG([PYTHON], python3) |
38 |
+dnl if test "x$PYTHON" = "x"; then |
39 |
+dnl AC_MSG_ERROR([python3 is required]) |
40 |
+dnl fi |
41 |
|
42 |
AC_ARG_ENABLE([hardening], |
43 |
AS_HELP_STRING([--disable-hardening], [Disable hardening flags])) |