summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-06-09 22:15:39 +0100
committerSergey V. Udaltsov <svu@gnome.org>2011-06-09 22:15:39 +0100
commitbff391686c43db90ff4560230338f99922bb5bf3 (patch)
tree2ed3c2f1f5bd6b32ca54eca83bc6d471b4b88536 /configure.in
parent35dc61af79dba32653ec97bd455b428b9cdb681d (diff)
Revert "Use XSL to generate man page from the rules XML"
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index a037abbe..527e807b 100644
--- a/configure.in
+++ b/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.