diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 00:09:01 +0000 |
commit | 8b5aa932d49cdd8e63f268fefe4d9b49d8dbf1fe (patch) | |
tree | 2fe196836eaf074531807b2f772544421dd98170 /configure.ac | |
parent | cf1cca6730d8fe692abb368d43179143a270e4f5 (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 7d6583b..dda3a68 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]) |