summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:48 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:48 +0000
commita1635bcc1209cbae77649d2e54ceb39f62436a94 (patch)
treee78efd16b303ebeb044cab9099f5d33b182c8c6c /configure.ac
parenta306faeccaf61f81229cb71c7372b83858e742ab (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 f6fe79f..388b0e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XSTDCMAP, xmu x11)
AC_SUBST(XSTDCMAP_CFLAGS)
AC_SUBST(XSTDCMAP_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])