diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-13 01:48:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-13 01:48:25 +0000 |
commit | 593a37675b72053c36924785a2fea51a06ad1c37 (patch) | |
tree | 7bc9e711e5fd1a4fc741b8f5574a1e0e455923e5 /configure.ac | |
parent | b21e46646371edbf7155eae621fefc0b572b006e (diff) |
Use sed to substitute variables in man pages.
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 840c907..45f6b56 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,7 @@ PKG_CHECK_MODULES(FIXESEXT, xproto [fixesproto >= $FIXESEXT_VERSION] xextproto) AC_SUBST(FIXESEXT_CFLAGS) AC_SUBST(FIXESEXT_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile |