From ee6b5ca3b101697d067675efa68f0e603cd61ffa Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 10 Jun 2011 10:02:09 +0200 Subject: xwininfo xkeyboard-config git update 10 juni 2011 --- xorg-server/xkeyboard-config/configure.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'xorg-server/xkeyboard-config/configure.in') diff --git a/xorg-server/xkeyboard-config/configure.in b/xorg-server/xkeyboard-config/configure.in index a037abbe4..527e807bd 100644 --- a/xorg-server/xkeyboard-config/configure.in +++ b/xorg-server/xkeyboard-config/configure.in @@ -3,13 +3,6 @@ AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS -m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.8 or later before - running autoconf/autogen])]) -XORG_MACROS_VERSION(1.8) -XORG_MANPAGE_SECTIONS - AC_SUBST(VERSION) AC_PATH_PROG([XKBCOMP], [xkbcomp], [not_found]) @@ -31,13 +24,6 @@ AC_ARG_ENABLE( compat_rules, enable_compat_rules="$enableval", enable_compat_rules="yes" ) -AC_PATH_PROG(SED, [sed]) -AC_PATH_PROG(XSLTPROC, [xsltproc]) -AM_CONDITIONAL([HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"]) -if test "x$XSLTPROC" = "x"; then - AC_MSG_WARN([xsltproc not found, needed to generate man page.]) -fi - # xkeyboard-config does not have build-time dependencies. However, it does # have run-time dependencies and keyboard layouts may not work without the # right libX11 or xproto installed. -- cgit v1.2.3