summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:25:44 +0000
commit8060bfb0e6211bd8f871770bee40f56df4f5fa2c (patch)
tree49a75b20c0e661d0a23ea3c437076bf9da37bbf0 /configure.ac
parentae8b217d70907921d4df62a17c7f78cdb99474fe (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 c87e7b3..30ff257 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ PKG_CHECK_MODULES(XDRIINFO, x11 glproto)
AC_SUBST(XDRIINFO_CFLAGS)
AC_SUBST(XDRIINFO_LIBS)
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])