diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:08:55 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:08:55 +0000 |
commit | c7fc74e044cde765bd17285e839e5c592d9b34b7 (patch) | |
tree | 0ea7e7c5e2e27495727c0be5674ffc2633ba9d64 /configure.ac | |
parent | f9b8b11457ec43140790f8f8921b7c0ab197d1b5 (diff) |
Use sed & cpp to substitute variables in driver 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 a93895b..21da56d 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,7 @@ AC_SUBST([CFLAGS]) # Checks for header files. AC_HEADER_STDC +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile src/Makefile man/Makefile]) |