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 | a7990a8eb38e547ef6f277b6f8a55fd653649424 (patch) | |
tree | 0da6bfe3049f5f60ef3f40c243f40d5397232f16 /configure.ac | |
parent | 3134bbad0f248868ba3cfeae8b5afe3c295d7aa2 (diff) |
Use sed & cpp to substitute variables in driver man pages
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fc2868c..31a824c 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,10 @@ AC_SUBST([INCLUDES]) # Checks for header files. AC_HEADER_STDC +DRIVER_NAME=apm +AC_SUBST([DRIVER_NAME]) + +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC |