blob: b5579e1b93031b2b2e8e917508bda00b6182ff17 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001revert configure: add checks for all tools used by make install
2
3Not appropriate for cross build env.
4
5Upstream-Status: OE [inappropriate]
6Signed-off-by: Armin Kuster <akuster808@gmail.com>
7
8Index: tpm2-tss-3.1.0/configure.ac
9===================================================================
10--- tpm2-tss-3.1.0.orig/configure.ac
11+++ tpm2-tss-3.1.0/configure.ac
12@@ -471,14 +471,6 @@ AM_CONDITIONAL(SYSD_SYSUSERS, test "x$sy
13 AC_CHECK_PROG(systemd_tmpfiles, systemd-tmpfiles, yes)
14 AM_CONDITIONAL(SYSD_TMPFILES, test "x$systemd_tmpfiles" = "xyes")
15 # Check all tools used by make install
16-AS_IF([test "$HOSTOS" = "Linux"],
17- [ERROR_IF_NO_PROG([groupadd])
18- ERROR_IF_NO_PROG([useradd])
19- ERROR_IF_NO_PROG([id])
20- ERROR_IF_NO_PROG([chown])
21- ERROR_IF_NO_PROG([chmod])
22- ERROR_IF_NO_PROG([mkdir])
23- ERROR_IF_NO_PROG([setfacl])])
24
25 AC_SUBST([PATH])
26