diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:42 +0000 |
commit | adbf0a45e0c68512eb46c8bd8e024d5cdfd6b68f (patch) | |
tree | 39e098ad97db35fe111789e5a8e909ed09eb49f2 /configure.ac | |
parent | f7e326bd50466f9197e75b2b71ccf0fb1996f4f8 (diff) |
Use sed to fill in variables in man page
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1ed6d3c..6a79c0f 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,7 @@ PKG_CHECK_MODULES(SESSREG, xproto) AC_SUBST(SESSREG_CFLAGS) AC_SUBST(SESSREG_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |