aboutsummaryrefslogtreecommitdiff
path: root/docs/devel
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-09-01 06:38:04 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-08 11:43:16 +0200
commitb6daf4d3699fe255202e9a0866633ed2f2248497 (patch)
tree880e4138f1795682721859d69e9facbae731803e /docs/devel
parent3fc1aad3864b77df504ea4c61faa751a5a5a2244 (diff)
downloadqemu-b6daf4d3699fe255202e9a0866633ed2f2248497.zip
qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.gz
qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.bz2
configure: do not look for install(1)
It is not used anymore, so there is no Solaris-specific check to perform. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/build-system.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 55f0576..28492cf 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -136,10 +136,6 @@ developers in checking for system features:
Determine if $COMMAND exists in the current environment, either as a
shell builtin, or executable binary, returning 0 on success.
-`path_of $COMMAND`
- Return the fully qualified path of $COMMAND, printing it to stdout,
- and returning 0 on success.
-
`check_define $NAME`
Determine if the macro $NAME is defined by the system C compiler