[PATCH] config: show default path in help for --with-xkb-bin-directory
Peter Hutterer
peter.hutterer at who-t.net
Mon Jan 27 15:54:39 PST 2014
On Fri, Jan 24, 2014 at 07:46:53PM -0800, Alan Coopersmith wrote:
> Now shows:
> --with-xkb-bin-directory=DIR
> Directory containing xkbcomp program (default:
> ${bindir})
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
Cheers,
Peter
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 560c460..b01659e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1388,7 +1388,7 @@ AC_DEFINE(SHAPE, 1, [Support SHAPE extension])
>
> AC_DEFINE_DIR(XKB_BASE_DIRECTORY, XKBPATH, [Path to XKB data])
> AC_ARG_WITH(xkb-bin-directory,
> - AS_HELP_STRING([--with-xkb-bin-directory=DIR], [Directory containing xkbcomp program]),
> + AS_HELP_STRING([--with-xkb-bin-directory=DIR], [Directory containing xkbcomp program (default: ${bindir})]),
> [XKB_BIN_DIRECTORY="$withval"],
> [XKB_BIN_DIRECTORY="$bindir"])
>
> --
> 1.7.9.2
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list