From: Gaetan Nadon Date: Wed, 12 Jan 2011 16:23:52 +0000 (-0500) Subject: config: upgrade to util-macros 1.8 for additional man page support X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/cd159b6f9ee998fbbf7616c1a5dd8a7d682bd6f2?ds=sidebyside;hp=--cc 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. Signed-off-by: Gaetan Nadon --- cd159b6f9ee998fbbf7616c1a5dd8a7d682bd6f2 diff --git a/configure.ac b/configure.ac index 12d758c..63b9ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,10 +6,10 @@ AC_INIT(xinput,[1.5.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg 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.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h)