diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:45 +0000 |
commit | 20a095fc71f31fb6014d224b1dc8520939341b35 (patch) | |
tree | f80dd40e39a14ffbd701b55b0bc5aa8f034035e4 /configure.ac | |
parent | 18bc37aa7d7219954f1346aca5007b34e0f31f6a (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 693029a..85edded 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XF86DGA, x11 xxf86dga) AC_SUBST(XF86DGA_CFLAGS) AC_SUBST(XF86DGA_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |