aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-05-27 20:51:47 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-16 15:19:38 -0400
commit516e538da4c866dde12d747095fa1779fd4275c0 (patch)
tree8d51313e63be675d294cdcc25f9c2c15872769d6 /configure.ac
parentCOPYING: update and refactor the Copyright notices (diff)
downloadxf86-input-evdev-516e538da4c866dde12d747095fa1779fd4275c0.tar.gz
xf86-input-evdev-516e538da4c866dde12d747095fa1779fd4275c0.tar.bz2
xf86-input-evdev-516e538da4c866dde12d747095fa1779fd4275c0.zip
config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use Automake $() for variables in Makefile.am Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 648804a..aa7ba18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,15 +38,14 @@ AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-# Initialize X.Org macros
+# Initialize 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.4 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.4)
+ [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for programs.
AC_PROG_INSTALL
-AC_PROG_SED
# Obtain compiler/linker options from server and required extensions
PKG_CHECK_MODULES(XORG, xorg-server xproto inputproto)