diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:44 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:44 +0000 |
commit | 930548b75a4223298810d4fb4a8c56dede7cf351 (patch) | |
tree | be9f3fecf47c07cfa80c9b0687faef7ab3ae9608 /configure.ac | |
parent | 95d839f5a07fbef63001f969c1972b43219e4451 (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 7ae8660..219881f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XEV, x11) AC_SUBST(XEV_CFLAGS) AC_SUBST(XEV_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |