From a0a46bd55d7cbbf70757a29c067e21b70ac4e2df Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 13 Jan 2011 22:01:27 +0000 Subject: mesalib pixman xkbcomp git update 13 jan 2011 --- xkbcomp/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xkbcomp') diff --git a/xkbcomp/configure.ac b/xkbcomp/configure.ac index 07822fe58..9ac84f682 100644 --- a/xkbcomp/configure.ac +++ b/xkbcomp/configure.ac @@ -32,7 +32,7 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) # If both the C file and YACC are missing, the package cannot be build. AC_PROG_YACC @@ -49,7 +49,7 @@ AC_CHECK_FUNCS([strdup strcasecmp]) PKG_CHECK_MODULES(XKBCOMP, x11 xkbfile) AC_ARG_WITH([xkb_config_root], - [AC_HELP_STRING([--with-xkb-config-root=], + [AS_HELP_STRING([--with-xkb-config-root=], [Set default XKB config root (default: ${datadir}/X11/xkb)])], [XKBCONFIGROOT="$withval"], [XKBCONFIGROOT='${datadir}/X11/xkb']) -- cgit v1.2.3