summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-14 19:58:14 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-14 19:58:14 -0400
commit976db8a67a3e0462d0a675e2bfb2fe715e715bae (patch)
treee4b5195895acb87b5a331990d1bfc4ef589c79e1 /configure.ac
parentdc0afc177521014462baa966359b45d7a40a0c63 (diff)
downloadxorg-lib-libXcomposite-976db8a67a3e0462d0a675e2bfb2fe715e715bae.tar.gz
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 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e63ef8f..56c180d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,10 +39,10 @@ AC_INIT(libXcomposite,
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# 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.6 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.6)
+ [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
# Check for progs