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 | 01abfc66e7214ecb3e1e6000394ae80433033d86 (patch) | |
tree | d271a0e92d3fedf3a55ab3453a231c98043bcb4f /configure.ac | |
parent | a14dadced2dc1724a9ca0916c9cb2c0f3c46f6c7 (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 4629920..3086be5 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XLSFONTS, x11) AC_SUBST(XLSFONTS_CFLAGS) AC_SUBST(XLSFONTS_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |