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 | a83e4bb777d6f9b1b42a7fb3ff84a5e0d7e123c7 (patch) | |
tree | 79fdf0007d2d543d41cd938bf0fc4e9f460038f0 /configure.ac | |
parent | 8c0d310c1acccc424dae29554a5075f9b339e95f (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 6ae993f..afb4f42 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ PKG_CHECK_MODULES(XKBCOMP, x11 xkbfile) AC_SUBST(XKBCOMP_CFLAGS) AC_SUBST(XKBCOMP_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |