diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:45 +0000 |
commit | 64d7716266320d32acd3c804060a587623e4f054 (patch) | |
tree | f22216e139580860aaa9df1085f4d0604bdd4a7c /configure.ac | |
parent | da90b92a612915f9d7053015025785e338ee7a0c (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 3307a1e..e824075 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ XAW_CHECK_XPRINT_SUPPORT(XGC) AC_SUBST(XGC_CFLAGS) AC_SUBST(XGC_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |