diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-12 20:04:58 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-12 20:04:58 +0000 |
commit | 3a5f945b6e15c6799b2a796f82ed1222140fc62d (patch) | |
tree | 3181ff6487decb20bbfca930f997293203aa4fbf /configure.ac | |
parent | aaa64b9dc41b6b3ed3f5acd7eb2b517c3499a521 (diff) |
Substitute variables in man page
[Also resync Changelog with monolith]
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 5fe614b..2324988 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ dnl Check for pkg-config packages PKG_CHECK_MODULES(X, [xproto]) AC_SUBST(X_CFLAGS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |