config: Use additional man page support from util-macros 1.8
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 8 Jul 2010 22:10:27 +0000 (15:10 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 8 Jul 2010 22:10:27 +0000 (15:10 -0700)
commit601ea1309d80ba19b4e03207d6fb0f54b2f12730
tree31fbf57f70054a8c309305897ddca761c17397bc
parent672f3ea3431c37ce8f4c33da224287861f64c2a4
config: Use additional man page support from util-macros 1.8

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 provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
Enables silent rule and use platform appropriate version of sed.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
man/Makefile.am