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 | 90ecdb5eb628266037755e3b0be48f13d703b8e5 (patch) | |
tree | f6de9b8770ac47800d42076d4022fbf480b3edd0 /configure.ac | |
parent | 09af03bf3b2f573c0b58c8a5fd84af1772707c6f (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 fe99ef8..3cc0726 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,7 @@ XAW_CHECK_XPRINT_SUPPORT(XLOAD) AC_SUBST(XLOAD_CFLAGS) AC_SUBST(XLOAD_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |