diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:48 +0000 |
commit | d3dc9ca7fed17500cda7382a0d3a8d389be221f9 (patch) | |
tree | a2928656374b9234d8fa29cc780b844e0df10a68 /configure.ac | |
parent | f28d1be9fffa0e097e1ec9aaa3d01e1fe6d0b110 (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 6d7c0af..902243d 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XVINFO, xv x11) AC_SUBST(XVINFO_CFLAGS) AC_SUBST(XVINFO_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |