summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:42 +0000
commitd6fbfea960d2cf7fd6b0bafac8d5dc3a906e9cb3 (patch)
tree2ff570ea6f067ff5303810fe992ba9ed49c2a9f0 /configure.ac
parent9d166cd88dad29d1a7994f97c9be2845dfad8386 (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 36f8a0b..3941859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(SHOWFONT, libfs)
AC_SUBST(SHOWFONT_CFLAGS)
AC_SUBST(SHOWFONT_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])