Re: [PATCH] configure: fix handling of --docdir parameter

2020-10-15 Thread Philippe Mathieu-Daudé
On 10/15/20 9:07 PM, Bruce Rogers wrote: Commit ca8c0909f01 changed qemu_docdir to be docdir, then later uses the qemu_docdir name in the final assignment. Unfortunately, one instance of qemu_docdir was missed: the one which comes from the --docdir parameter. This patch restores the proper handli

[PATCH] configure: fix handling of --docdir parameter

2020-10-15 Thread Bruce Rogers
Commit ca8c0909f01 changed qemu_docdir to be docdir, then later uses the qemu_docdir name in the final assignment. Unfortunately, one instance of qemu_docdir was missed: the one which comes from the --docdir parameter. This patch restores the proper handling of the --docdir parameter. Fixes: ca8c0

Re: [PATCH] configure: fix handling of --docdir parameter

2020-10-15 Thread Bruce Rogers
On Thu, 2020-10-15 at 13:02 -0600, Bruce Rogers wrote: > Commit ca8c0909f01 changed qemu_docdir to be docdir, then later uses > the > qemu_docdir name in the final assignment. Unfortunately, one instance > of > qemu_docdir was missed: the one which comes from the --docdir > parameter. > This patch

[PATCH] configure: fix handling of --docdir parameter

2020-10-15 Thread Bruce Rogers
Commit ca8c0909f01 changed qemu_docdir to be docdir, then later uses the qemu_docdir name in the final assignment. Unfortunately, one instance of qemu_docdir was missed: the one which comes from the --docdir parameter. This patch restores the proper handling of the --docdir parameter. Fixes: ca8c0