summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:40 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:40 +0000
commit33f5d2737a2d85b643e8f208bbef89c6474d561e (patch)
tree2b95099396a274ec7a666a92df402f573cd2aff9 /configure.ac
parent61d84d9c527921b252706b251ce29caac4eb5ad4 (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 07dcef8..59ca3be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ PKG_CHECK_MODULES(APPRES, x11 xt)
AC_SUBST(APPRES_CFLAGS)
AC_SUBST(APPRES_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])