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 | 3d6f2fde62212ebb4a1af65318555beea185dced (patch) | |
tree | 8fe97c2c3a18fab50f019f950f28c78c6ddbad2d /configure.ac | |
parent | 32df10f8cd9a03fa7f68c3cc3c4fdbc12caa142a (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 8c92cdc..e2f7f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XKILL, x11 xmu) AC_SUBST(XKILL_CFLAGS) AC_SUBST(XKILL_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |