diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-06 17:54:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-06 21:08:16 -0700 |
commit | 1095c262502332bc570a9b288b01da51c1fa10ec (patch) | |
tree | f1b7c7cf82c39117b38e77d8574d5254f3152a06 | |
parent | e27a839bf0488d5b1cc2e2a887f2ea0e3d790790 (diff) |
config: show default path in help for --with-xkb-bin-directory
Now shows:
--with-xkb-bin-directory=DIR
Directory containing xkbcomp program (default:
${bindir})
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a6e77255..dabebb9b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1424,7 +1424,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"]) |