diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:47 +0000 |
commit | 356f26e95eb7003f9f65ffe480773f0d788dc871 (patch) | |
tree | 9030504229ecdb5113d8835538f511d7ac2253a8 /configure.ac | |
parent | c4483b314106bcd2bb13e49650cfd279f74da73e (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 42433f2..bc83400 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(DEP, x11) AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |