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 | e88396dbb6f9e4c918a01b31e97b7048c4f75cfc (patch) | |
tree | d39264551c8a7a759e04c0d939e0793e9643e42d /configure.ac | |
parent | c884539ec3cf80d489a4907ab3abdcc32f81dc4f (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 8f8f98e..4729e0c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(FSLSFONTS, x11 libfs) AC_SUBST(FSLSFONTS_CFLAGS) AC_SUBST(FSLSFONTS_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |