diff mbox

Advertise --libdir in configure --help output

Message ID 1363553006-27008-1-git-send-email-cardoe@cardoe.com
State New
Headers show

Commit Message

Doug Goldstein March 17, 2013, 8:43 p.m. UTC
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(+)

Comments

Stefan Hajnoczi March 22, 2013, 12:23 p.m. UTC | #1
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
diff mbox

Patch

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]"