diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:46 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:46 +0000 |
commit | 3e3050ac678f225dfd9a2f50778b603a3e7f5da4 (patch) | |
tree | 652066edcfd8def06a10f6c34b705f63f881607c /configure.ac | |
parent | a3be5e6602ee8614401d62d8b37ae0f2bed0f631 (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 fd26947..245edf6 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XKBPRINT, xkbfile) AC_SUBST(XKBPRINT_CFLAGS) AC_SUBST(XKBPRINT_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |