diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:43 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:43 +0000 |
commit | 203bc6e49653660050a874508da2c57e089c3c54 (patch) | |
tree | fb84eb9773a3150d93334e4bb134f9e0f2eb5dc3 /configure.ac | |
parent | e70773cb5c4269627e0d8750f7852ed865fd8eaf (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 78263a0..4a77784 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ XAW_CHECK_XPRINT_SUPPORT(XCALC) AC_SUBST(XCALC_CFLAGS) AC_SUBST(XCALC_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |