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
commit356f26e95eb7003f9f65ffe480773f0d788dc871 (patch)
tree9030504229ecdb5113d8835538f511d7ac2253a8 /configure.ac
parentc4483b314106bcd2bb13e49650cfd279f74da73e (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 42433f2..bc83400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(DEP, x11)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])