diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
commit | 958b347b1e5e427858d3e693e5487ec7ba4f5054 (patch) | |
tree | 017bfe3839e2e4893f4562d4a6ff244602758bc6 /configure.ac | |
parent | 35e7414c6e4505b2e71be0e54ed0c7ff74f39db1 (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 3d154ab..39cfc85 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XRANDR, xrandr x11) AC_SUBST(XRANDR_CFLAGS) AC_SUBST(XRANDR_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |