diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:06:10 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:06:10 +0000 |
commit | 13ec5d5d689bb03e01d8f269d2c7a72e4cf0b5f1 (patch) | |
tree | fa62bd3caeb8da996dedf80cb8ff56f68f44cfdf /configure.ac | |
parent | 544ec9ae021fecc6001df97a6000095f294b7422 (diff) |
[lib/Xrandr]
Use sed to fill in variables in man page Add shadow man pages for man pages
that document multiple functions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9986430..2894611 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ PKG_CHECK_MODULES(X, x11) RANDR_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] PKG_CHECK_MODULES(RANDR, randrproto >= $RANDR_VERSION xext xrender renderproto) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile |