diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:48 +0000 |
commit | 98e21bcf2e08115841d53c67a3c1fe66eac04105 (patch) | |
tree | b85c4d79134173727f842045b40e05793571b015 /configure.ac | |
parent | 0e8270f8cb2ff73eda71589a1e23ce434f03bcf3 (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 a2b0e40..7defad2 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ XAW_CHECK_XPRINT_SUPPORT(XSM) AC_SUBST(XSM_CFLAGS) AC_SUBST(XSM_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |