* [Qemu-devel] [PATCH] Advertise --libdir in configure --help output
@ 2013-03-17 20:43 Doug Goldstein
2013-03-22 12:23 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Doug Goldstein @ 2013-03-17 20:43 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Doug Goldstein
The configure script allows you to supply a libdir via --libdir but was
not advertising this in --help.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
CC: qemu-trivial@nongnu.org
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 46a7594..497ce29 100755
--- a/configure
+++ b/configure
@@ -1050,6 +1050,7 @@ echo " --mandir=PATH install man pages in PATH"
echo " --datadir=PATH install firmware in PATH$confsuffix"
echo " --docdir=PATH install documentation in PATH$confsuffix"
echo " --bindir=PATH install binaries in PATH"
+echo " --libdir=PATH install libraries in PATH"
echo " --sysconfdir=PATH install config in PATH$confsuffix"
echo " --localstatedir=PATH install local state in PATH"
echo " --with-confsuffix=SUFFIX suffix for QEMU data inside datadir and sysconfdir [$confsuffix]"
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] Advertise --libdir in configure --help output
2013-03-17 20:43 [Qemu-devel] [PATCH] Advertise --libdir in configure --help output Doug Goldstein
@ 2013-03-22 12:23 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-03-22 12:23 UTC (permalink / raw)
To: Doug Goldstein; +Cc: qemu-trivial, qemu-devel
On Sun, Mar 17, 2013 at 03:43:26PM -0500, Doug Goldstein wrote:
> The configure script allows you to supply a libdir via --libdir but was
> not advertising this in --help.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> CC: qemu-trivial@nongnu.org
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-22 12:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-17 20:43 [Qemu-devel] [PATCH] Advertise --libdir in configure --help output Doug Goldstein
2013-03-22 12:23 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).