summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:47 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:47 +0000
commit958b347b1e5e427858d3e693e5487ec7ba4f5054 (patch)
tree017bfe3839e2e4893f4562d4a6ff244602758bc6 /configure.ac
parent35e7414c6e4505b2e71be0e54ed0c7ff74f39db1 (diff)
Use sed to fill in variables in man page
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3d154ab..39cfc85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XRANDR, xrandr x11)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])