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 | 3a45db6788aa23de00379fa73acd9737c6f95ba8 (patch) | |
tree | 8a14f890a752bae9a47a6de5d7c96b9ec1cb7233 /configure.ac | |
parent | 9be5366a9bd5b307fd046309ca500a5ad962a167 (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 16d48a6..39ed9e8 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ fi AC_SUBST(XCLOCK_CFLAGS) AC_SUBST(XCLOCK_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |