summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:41 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:41 +0000
commite88396dbb6f9e4c918a01b31e97b7048c4f75cfc (patch)
treed39264551c8a7a759e04c0d939e0793e9643e42d /configure.ac
parentc884539ec3cf80d489a4907ab3abdcc32f81dc4f (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 8f8f98e..4729e0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(FSLSFONTS, x11 libfs)
AC_SUBST(FSLSFONTS_CFLAGS)
AC_SUBST(FSLSFONTS_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])