diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:41 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:41 +0000 |
commit | 0e20abe944a79066a65a1531dbcffcd291e3c366 (patch) | |
tree | 22e39370e7ca0d7a4986e7e813244fa47104d6dd /configure.ac | |
parent | 7efa81258b496d9e5a56c827d10d048736f200e1 (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 8fdba6a..2d3d1e5 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(FSTOBDF, x11 libfs) AC_SUBST(FSTOBDF_CFLAGS) AC_SUBST(FSTOBDF_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |