summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-12 15:29:49 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-12 15:29:49 -0500
commit6e3ff02b559dc92ed9b7ca7d9a629e389a619a73 (patch)
tree128663b1e0dce29f5cf1ce50ef122b300cf38ba1
parent12131d9f8a14a62e592f4db9193ed29593511d57 (diff)
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index adcbc26..8342fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AM_CONFIG_HEADER(config.h)
XORG_DEFAULT_OPTIONS
AC_ARG_WITH(xkb-config-root,
- AC_HELP_STRING([--with-xkb-config-root=<paths>],
+ AS_HELP_STRING([--with-xkb-config-root=<paths>],
[Set default XKB config root (default: ${datadir}/X11/xkb)]),
[XKBCONFIGROOT="$withval"],
[XKBCONFIGROOT=${datadir}/X11/xkb])