diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:42 +0000 |
commit | 3dd33cc2d36264c903a0032769ce6debc7780be5 (patch) | |
tree | 316f183b20dabe82cb6419aea6ba80d955d686fb /configure.ac | |
parent | 54fc284497e7a8399e2527d2198862011b85ef75 (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 388faba..9839854 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) AC_SUBST(OCLOCK_CFLAGS) AC_SUBST(OCLOCK_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |